diff options
author | Timothy Pearson <[email protected]> | 2014-10-12 17:49:21 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-12 17:49:21 -0500 |
commit | 26f9facd3ec6a893afb733a13ced882c0efa0fe3 (patch) | |
tree | c660df549e19c7b2bc866a4b2c604a5388d717b1 /src/optionsrequester.cpp | |
parent | a6a941a77f38e5dcaa174a7bb302d143e38b439b (diff) | |
download | soundkonverter-26f9facd3ec6a893afb733a13ced882c0efa0fe3.tar.gz soundkonverter-26f9facd3ec6a893afb733a13ced882c0efa0fe3.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'src/optionsrequester.cpp')
-rwxr-xr-x | src/optionsrequester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionsrequester.cpp b/src/optionsrequester.cpp index b789383..854921b 100755 --- a/src/optionsrequester.cpp +++ b/src/optionsrequester.cpp @@ -53,7 +53,7 @@ OptionsRequester::OptionsRequester( Config* config, TQStringList list, TQWidget buttonBox->addStretch(); - pCancel = new KPushButton( iconLoader->loadIcon("exit",TDEIcon::Small), i18n("Cancel"), this, "pCancel" ); + pCancel = new KPushButton( iconLoader->loadIcon("system-log-out",TDEIcon::Small), i18n("Cancel"), this, "pCancel" ); buttonBox->addWidget( pCancel ); pOk = new KPushButton( iconLoader->loadIcon("apply",TDEIcon::Small), i18n("Ok"), this, "pOk" ); |