summaryrefslogtreecommitdiffstats
path: root/src/infodialog.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:11:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:11:49 -0600
commite725f676cd3f476bc79efb1c085cc5ce0c677c61 (patch)
treea5dadd929ce74a33f5691164c3b663aeb1c0a205 /src/infodialog.cpp
parente3830e4c08b5b58945714e698d5745f15ed60189 (diff)
downloadkpowersave-e725f676cd3f476bc79efb1c085cc5ce0c677c61.tar.gz
kpowersave-e725f676cd3f476bc79efb1c085cc5ce0c677c61.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket 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 cdf611f..b8c37c5 100644
--- a/src/infodialog.cpp
+++ b/src/infodialog.cpp
@@ -41,7 +41,7 @@
#include <tqtooltip.h>
/*! This is the default constructor of class infoDialog . */
-infoDialog::infoDialog( KConfig *config, TQString captionName, TQString message,
+infoDialog::infoDialog( TDEConfig *config, TQString captionName, TQString message,
TQString dontShowAgainMsg, TQString settingsEntryName,
TQWidget *parent, const char *name)
:info_Dialog( parent, name, false, TQt::WStyle_StaysOnTop | WDestructiveClose )