diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:11:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:11:53 -0600 |
commit | d60d44d67fa75f6576e0d20f13c50721acbf89da (patch) | |
tree | 432ca5df47990c3670d37cc3222e1af57abcd1d0 /src/configuredialog.cpp | |
parent | 8874c8d8f787c27407de71f05419febfd83a1024 (diff) | |
download | tdepowersave-d60d44d67fa75f6576e0d20f13c50721acbf89da.tar.gz tdepowersave-d60d44d67fa75f6576e0d20f13c50721acbf89da.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/configuredialog.cpp')
-rw-r--r-- | src/configuredialog.cpp | 2 |
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 ) { |