From e725f676cd3f476bc79efb1c085cc5ce0c677c61 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:11:49 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/configuredialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/configuredialog.h') 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 -- cgit v1.2.1