summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:24:45 -0600
commit8874c8d8f787c27407de71f05419febfd83a1024 (patch)
tree2265516f2fdc044a5565e83110a37677382bafa3 /src/infodialog.cpp
parent384d177b84c97b0fa7d9577116b692252a270d4f (diff)
downloadtdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.tar.gz
tdepowersave-8874c8d8f787c27407de71f05419febfd83a1024.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);