diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:11:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:11:49 -0600 |
commit | e725f676cd3f476bc79efb1c085cc5ce0c677c61 (patch) | |
tree | a5dadd929ce74a33f5691164c3b663aeb1c0a205 /src/configuredialog.h | |
parent | e3830e4c08b5b58945714e698d5745f15ed60189 (diff) | |
download | kpowersave-e725f676cd3f476bc79efb1c085cc5ce0c677c61.tar.gz kpowersave-e725f676cd3f476bc79efb1c085cc5ce0c677c61.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 |