diff options
Diffstat (limited to 'src/optionssimple.cpp')
-rwxr-xr-x | src/optionssimple.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/optionssimple.cpp b/src/optionssimple.cpp index 839da1b..21cb257 100755 --- a/src/optionssimple.cpp +++ b/src/optionssimple.cpp @@ -58,7 +58,7 @@ OptionsSimple::OptionsSimple( Config* _config, OptionsDetailed* _optionsDetailed this, TQT_SLOT(somethingChanged()) ); topBox->addSpacing( 3 ); - //pProfileRemove = new KToolBarButton( "editdelete", 1002, this, "pProfileRemove" ); + //pProfileRemove = new TDEToolBarButton( "editdelete", 1002, this, "pProfileRemove" ); pProfileRemove = new KPushButton( iconLoader->loadIcon("editdelete",KIcon::Small), i18n("Remove"), this, "pProfileRemove" ); pProfileRemove->hide(); TQToolTip::add( pProfileRemove, i18n("Remove the selected profile") ); @@ -66,7 +66,7 @@ OptionsSimple::OptionsSimple( Config* _config, OptionsDetailed* _optionsDetailed connect( pProfileRemove, TQT_SIGNAL(clicked()), this, TQT_SLOT(profileRemove()) ); - //pProfileInfo = new KToolBarButton( "messagebox_info", 1110, this, "pProfileInfo" ); + //pProfileInfo = new TDEToolBarButton( "messagebox_info", 1110, this, "pProfileInfo" ); pProfileInfo = new KPushButton( iconLoader->loadIcon("messagebox_info",KIcon::Small), i18n("Info"), this, "pProfileInfo" ); TQToolTip::add( pProfileInfo, i18n("Information about the selected profile") ); topBox->addWidget( pProfileInfo, 0, TQt::AlignVCenter ); @@ -86,7 +86,7 @@ OptionsSimple::OptionsSimple( Config* _config, OptionsDetailed* _optionsDetailed this, TQT_SLOT(somethingChanged()) ); topBox->addSpacing( 3 ); - //pFormatInfo = new KToolBarButton( "messagebox_info", 1111, this, "pFormatInfo" ); + //pFormatInfo = new TDEToolBarButton( "messagebox_info", 1111, this, "pFormatInfo" ); pFormatInfo = new KPushButton( iconLoader->loadIcon("messagebox_info",KIcon::Small), i18n("Info"), this, "pFormatInfo" ); TQToolTip::add( pFormatInfo, i18n("Information about the selected file format") ); topBox->addWidget( pFormatInfo, 0, TQt::AlignVCenter ); |