diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:11:53 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:11:53 -0600 |
commit | d60d44d67fa75f6576e0d20f13c50721acbf89da (patch) | |
tree | 432ca5df47990c3670d37cc3222e1af57abcd1d0 /src/configuredialog.h | |
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.h')
-rw-r--r-- | src/configuredialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configuredialog.h b/src/configuredialog.h index 60e0e69..e08bf23 100644 --- a/src/configuredialog.h +++ b/src/configuredialog.h @@ -46,7 +46,7 @@ class ConfigureDialog: public configure_Dialog { public: //! default constructor - ConfigureDialog( KConfig *_config, HardwareInfo *_hwinfo, Settings *_settings, + ConfigureDialog( TDEConfig *_config, HardwareInfo *_hwinfo, Settings *_settings, TQWidget *parent = 0, const char *name = 0); //! default destructor ~ConfigureDialog(); @@ -59,7 +59,7 @@ private: blacklistEditDialog* blacklistEDlgAD; //! the pointer to the config of kpowersave, get from constructor - KConfig *kconfig; + TDEConfig *kconfig; //! pointer to the KPowersave settings, get from constructor Settings *settings; //! pointer to hardware information and actions |