summaryrefslogtreecommitdiffstats
path: root/src/optionsrequester.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-04 14:09:18 -0600
committerTimothy Pearson <[email protected]>2013-02-04 14:09:18 -0600
commit0880fe83db61f8121261753f6eef4d7e0fd78a4c (patch)
treeb08e13f5358c0788545820b389aa73055a5fe922 /src/optionsrequester.cpp
parent2dec1ab21eff318618d755b0557a33a1d10af649 (diff)
downloadsoundkonverter-0880fe83db61f8121261753f6eef4d7e0fd78a4c.tar.gz
soundkonverter-0880fe83db61f8121261753f6eef4d7e0fd78a4c.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/optionsrequester.cpp')
-rwxr-xr-xsrc/optionsrequester.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/optionsrequester.cpp b/src/optionsrequester.cpp
index ec547ee..b2b36d3 100755
--- a/src/optionsrequester.cpp
+++ b/src/optionsrequester.cpp
@@ -21,7 +21,7 @@ OptionsRequester::OptionsRequester( Config* config, TQStringList list, TQWidget
int row = 1;
// create an icon loader object for loading icons
- KIconLoader* iconLoader = new KIconLoader();
+ TDEIconLoader* iconLoader = new TDEIconLoader();
TQGridLayout *grid = new TQGridLayout( this, 2, 1, 11, 6 );
@@ -53,10 +53,10 @@ OptionsRequester::OptionsRequester( Config* config, TQStringList list, TQWidget
buttonBox->addStretch();
- pCancel = new KPushButton( iconLoader->loadIcon("exit",KIcon::Small), i18n("Cancel"), this, "pCancel" );
+ pCancel = new KPushButton( iconLoader->loadIcon("exit",TDEIcon::Small), i18n("Cancel"), this, "pCancel" );
buttonBox->addWidget( pCancel );
- pOk = new KPushButton( iconLoader->loadIcon("apply",KIcon::Small), i18n("Ok"), this, "pOk" );
+ pOk = new KPushButton( iconLoader->loadIcon("apply",TDEIcon::Small), i18n("Ok"), this, "pOk" );
buttonBox->addWidget( pOk );
connect( pCancel, TQT_SIGNAL(clicked()),