diff options
author | Timothy Pearson <[email protected]> | 2013-02-04 14:07:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-04 14:07:00 -0600 |
commit | 7cbaaf8a0ae6142011e306c637de599560d9f47c (patch) | |
tree | 3e724b4815d1b12113f3aed5b8d5891d4423fd37 /src/infodialog.cpp | |
parent | 254ea2e3e71d153b886d1c72fb01d415996a0a50 (diff) | |
download | kpowersave-7cbaaf8a0ae6142011e306c637de599560d9f47c.tar.gz kpowersave-7cbaaf8a0ae6142011e306c637de599560d9f47c.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r-- | src/infodialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infodialog.cpp b/src/infodialog.cpp index b8c37c5..38cd262 100644 --- a/src/infodialog.cpp +++ b/src/infodialog.cpp @@ -67,7 +67,7 @@ infoDialog::infoDialog( TDEConfig *config, TQString captionName, TQString messag buttonOK->setIconSet(SmallIconSet("ok", TQIconSet::Automatic)); TQPixmap pixmap = 0; - pixmap = TDEGlobal::iconLoader()->loadIcon("messagebox_warning", KIcon::NoGroup, KIcon::SizeMedium); + pixmap = TDEGlobal::iconLoader()->loadIcon("messagebox_warning", TDEIcon::NoGroup, TDEIcon::SizeMedium); iconPixmap->setPixmap( pixmap ); msgText->setText(message); |