summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:07:04 -0600
commit4be77699244e2576be269620e6e049910e9aa880 (patch)
treeeed48aed1487d9c7c3749640fb4aa82125300c36 /src/infodialog.cpp
parent50b2bf536162a595896d2c25b45bc73193f4cabb (diff)
downloadtdepowersave-4be77699244e2576be269620e6e049910e9aa880.tar.gz
tdepowersave-4be77699244e2576be269620e6e049910e9aa880.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'src/infodialog.cpp')
-rw-r--r--src/infodialog.cpp2
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);