diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:28:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:28:32 -0600 |
commit | 555ea1c7f342582df2985a7c02e880174877526e (patch) | |
tree | eeab8a68eb4f5b0689daada659450ffadc7f428b /kpackage/kpackage.h | |
parent | 5f444a9ea966b68991cef44d2711378ef9ff406d (diff) | |
download | tdeadmin-555ea1c7f342582df2985a7c02e880174877526e.tar.gz tdeadmin-555ea1c7f342582df2985a7c02e880174877526e.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kpackage/kpackage.h')
-rw-r--r-- | kpackage/kpackage.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kpackage/kpackage.h b/kpackage/kpackage.h index 5eecc38..18e6e85 100644 --- a/kpackage/kpackage.h +++ b/kpackage/kpackage.h @@ -43,7 +43,7 @@ class KFileDialog; class KProgress; class TQFrame; -class KConfig; +class TDEConfig; class TQLabel; class Search; class FindF; @@ -67,7 +67,7 @@ class KPACKAGE : public TQWidget ///////////// METHODS ------------------------------------------------------ public: - KPACKAGE(KConfig *_config, TQWidget *parent); + KPACKAGE(TDEConfig *_config, TQWidget *parent); // Constructor ~KPACKAGE(); @@ -182,7 +182,7 @@ public: enum { Management, Installation } ; // Widget modes - KConfig *config; + TDEConfig *config; // pointer to kconfig object managementWidget *management; @@ -237,7 +237,7 @@ class KPKG : public KMainWindow public: - KPKG(KConfig *_config); + KPKG(TDEConfig *_config); // Constructor void add_recent_file(const TQString &newfile); @@ -246,8 +246,8 @@ public: void writeSettings(); // write config settings - void saveProperties(KConfig *config); - void readProperties(KConfig *config); + void saveProperties(TDEConfig *config); + void readProperties(TDEConfig *config); // save and read restart sstate void disableMenu(); @@ -260,7 +260,7 @@ public: Options *optiondialog; // Options dialog - KConfig *config ; + TDEConfig *config ; // Saved config information void disableNext(); |