@ -449,7 +449,7 @@ void CppSupportPart::configWidget( KDialogBase *dlg )
connect ( dlg , TQT_SIGNAL ( okClicked ( ) ) , w , TQT_SLOT ( storeConfig ( ) ) ) ;
vbox = dlg - > addVBoxPage ( i18n ( " C++ Parsing " ) , i18n ( " C++ Parsing " ) ,
BarIcon ( " sou rce_cpp " , TDEIcon : : SizeMedium ) ) ;
BarIcon ( " text-x-c++ src" , TDEIcon : : SizeMedium ) ) ;
ConfigureProblemReporter * ww = new ConfigureProblemReporter ( vbox ) ;
ww - > setPart ( this ) ;
connect ( dlg , TQT_SIGNAL ( okClicked ( ) ) , ww , TQT_SLOT ( accept ( ) ) ) ;
@ -581,7 +581,7 @@ void CppSupportPart::embedProblemReporter( bool force )
if ( force | | m_backgroundParserConfig - > useProblemReporter ( ) )
{
m_problemReporter = new ProblemReporter ( this , 0 , " problemReporterWidget " ) ;
m_problemReporter - > setIcon ( SmallIcon ( " info" ) ) ;
m_problemReporter - > setIcon ( SmallIcon ( " application-vnd.tde. info" ) ) ;
m_problemReporter - > setCaption ( i18n ( " Problem Reporter " ) ) ;
mainWindow ( ) - > embedOutputView ( m_problemReporter , i18n ( " Problems " ) , i18n ( " Problem reporter " ) ) ;
}