diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:08:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:08:56 -0600 |
commit | 53dc629fee682a0c2e37ef0798415de444a64b69 (patch) | |
tree | 5be6dab0d669abcd0d877d8a14813064c770da9c /src/knowit.h | |
parent | 5c0b074b330a2172b0097aed97e2c6f1c99c748d (diff) | |
download | knowit-53dc629fee682a0c2e37ef0798415de444a64b69.tar.gz knowit-53dc629fee682a0c2e37ef0798415de444a64b69.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/knowit.h')
-rw-r--r-- | src/knowit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knowit.h b/src/knowit.h index b1f15a1..712c29d 100644 --- a/src/knowit.h +++ b/src/knowit.h @@ -37,7 +37,7 @@ class TQSplitter; class TQTimer; class KAction; -class KConfig; +class TDEConfig; class KListBox; class KToggleAction; class KRecentFilesAction; @@ -54,7 +54,7 @@ class Knowit : public KMainWindow private: static const TQString Untitled; - KConfig *config; + TDEConfig *config; TQSplitter* Layout; KnowitTree* Items; KListBox* Links; |