summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:41 -0600
commite3830e4c08b5b58945714e698d5745f15ed60189 (patch)
tree0fd616be7989804dca4201562652ea065bfab910 /src/infodialog.cpp
parentc38f8eb7efad25d59afa3d96fe2f59a2821a82ae (diff)
downloadkpowersave-e3830e4c08b5b58945714e698d5745f15ed60189.tar.gz
kpowersave-e3830e4c08b5b58945714e698d5745f15ed60189.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts 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 57b1efa..cdf611f 100644
--- a/src/infodialog.cpp
+++ b/src/infodialog.cpp
@@ -67,7 +67,7 @@ infoDialog::infoDialog( KConfig *config, TQString captionName, TQString message,
buttonOK->setIconSet(SmallIconSet("ok", TQIconSet::Automatic));
TQPixmap pixmap = 0;
- pixmap = KGlobal::iconLoader()->loadIcon("messagebox_warning", KIcon::NoGroup, KIcon::SizeMedium);
+ pixmap = TDEGlobal::iconLoader()->loadIcon("messagebox_warning", KIcon::NoGroup, KIcon::SizeMedium);
iconPixmap->setPixmap( pixmap );
msgText->setText(message);