diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:08:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:08:56 -0600 |
commit | 53dc629fee682a0c2e37ef0798415de444a64b69 (patch) | |
tree | 5be6dab0d669abcd0d877d8a14813064c770da9c /src/knowitpref.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/knowitpref.h')
-rw-r--r-- | src/knowitpref.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/knowitpref.h b/src/knowitpref.h index ca8595a..6c2ef63 100644 --- a/src/knowitpref.h +++ b/src/knowitpref.h @@ -27,7 +27,7 @@ class TQToolButton; class KLineEdit; class KColorButton; class KDualColorButton; -class KConfig; +class TDEConfig; class KComboBox; class KnowitOptions @@ -62,8 +62,8 @@ public: /* Date format */ TQString insertDateFormat, insertDateColor; bool insertDateBold, insertDateItalic, insertDateUnderline; - void save(KConfig* config) const; - void read(KConfig* config); + void save(TDEConfig* config) const; + void read(TDEConfig* config); /* Export */ int exportFlags; }; |