summaryrefslogtreecommitdiffstats
path: root/src/configuredialog.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/configuredialog.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/configuredialog.cpp')
-rw-r--r--src/configuredialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp
index 1ca5fea..ea9522d 100644
--- a/src/configuredialog.cpp
+++ b/src/configuredialog.cpp
@@ -54,7 +54,7 @@
#include "configuredialog.h"
/*! This is the default constructor of the class ConfigureDialog. */
-ConfigureDialog::ConfigureDialog( KConfig *_config, HardwareInfo *_hwinfo, Settings *_settings,
+ConfigureDialog::ConfigureDialog( TDEConfig *_config, HardwareInfo *_hwinfo, Settings *_settings,
TQWidget *parent, const char *name)
:configure_Dialog(parent, name, false, WDestructiveClose )
{