@ -45,7 +45,7 @@ ConfigEnvironmentPage::ConfigEnvironmentPage( Config* _config, TQMap<TQString, T
TQVBoxLayout * directoriesMiddleBox = new TQVBoxLayout ( directoriesBox ) ;
TQVBoxLayout * directoriesMiddleBox = new TQVBoxLayout ( directoriesBox ) ;
pDirUp = new KPushButton ( " " , parent , " pDirUp " ) ;
pDirUp = new KPushButton ( " " , parent , " pDirUp " ) ;
pDirUp - > setPixmap ( iconLoader - > loadIcon ( " up" , TDEIcon : : Toolbar ) ) ;
pDirUp - > setPixmap ( iconLoader - > loadIcon ( " go- up" , TDEIcon : : Toolbar ) ) ;
pDirUp - > setEnabled ( false ) ;
pDirUp - > setEnabled ( false ) ;
TQToolTip : : add ( pDirUp , i18n ( " Move selected directory one position up. \n This effects which backend will be chosen, if there are several versions. " ) ) ;
TQToolTip : : add ( pDirUp , i18n ( " Move selected directory one position up. \n This effects which backend will be chosen, if there are several versions. " ) ) ;
directoriesMiddleBox - > addWidget ( pDirUp ) ;
directoriesMiddleBox - > addWidget ( pDirUp ) ;
@ -55,7 +55,7 @@ ConfigEnvironmentPage::ConfigEnvironmentPage( Config* _config, TQMap<TQString, T
directoriesMiddleBox - > addStretch ( ) ;
directoriesMiddleBox - > addStretch ( ) ;
pDirDown = new KPushButton ( " " , parent , " pDirDown " ) ;
pDirDown = new KPushButton ( " " , parent , " pDirDown " ) ;
pDirDown - > setPixmap ( iconLoader - > loadIcon ( " down" , TDEIcon : : Toolbar ) ) ;
pDirDown - > setPixmap ( iconLoader - > loadIcon ( " go- down" , TDEIcon : : Toolbar ) ) ;
pDirDown - > setEnabled ( false ) ;
pDirDown - > setEnabled ( false ) ;
TQToolTip : : add ( pDirDown , i18n ( " Move selected directory one position down. \n This effects which backend will be chosen, if there are several versions. " ) ) ;
TQToolTip : : add ( pDirDown , i18n ( " Move selected directory one position down. \n This effects which backend will be chosen, if there are several versions. " ) ) ;
directoriesMiddleBox - > addWidget ( pDirDown ) ;
directoriesMiddleBox - > addWidget ( pDirDown ) ;