diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:49 -0600 |
commit | f8069e2ea048f2657cc417d83820576ec55c181b (patch) | |
tree | cbc5bf540866934a91e0f33b260fc7a25e191fad /kbabel/catalogmanager/catalogmanagerview.h | |
parent | e6aaa3624cc6179b82a9bfff1760e742a669064c (diff) | |
download | tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.tar.gz tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kbabel/catalogmanager/catalogmanagerview.h')
-rw-r--r-- | kbabel/catalogmanager/catalogmanagerview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kbabel/catalogmanager/catalogmanagerview.h b/kbabel/catalogmanager/catalogmanagerview.h index 1238ed52..1743ce73 100644 --- a/kbabel/catalogmanager/catalogmanagerview.h +++ b/kbabel/catalogmanager/catalogmanagerview.h @@ -60,7 +60,7 @@ class KBabelDictBox; class CatManPreferences; class TQTextEdit; class KProgress; -class KConfig; +class TDEConfig; class KDataToolInfo; class ValidateProgressDialog; class CVSHandler; @@ -97,8 +97,8 @@ public: bool isActive() const {return _active;} bool isStopped() const {return _stop;} - void restoreView(KConfig *config); - void saveView(KConfig *config) const; + void restoreView(TDEConfig *config); + void saveView(TDEConfig *config) const; void setRMBMenuFile( TQPopupMenu *m); void setRMBMenuDir( TQPopupMenu *m); @@ -379,8 +379,8 @@ private slots: private: void toggleColumn( uint id, bool show); - void readMarker(KConfig *config); - void saveMarker(KConfig *config) const; + void readMarker(TDEConfig *config); + void saveMarker(TDEConfig *config) const; /** * remove marked entries, which are not in the current file list */ |