diff options
Diffstat (limited to 'libkpgp/kpgp.h')
-rw-r--r-- | libkpgp/kpgp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkpgp/kpgp.h b/libkpgp/kpgp.h index 967254b6b..6628f41e5 100644 --- a/libkpgp/kpgp.h +++ b/libkpgp/kpgp.h @@ -43,7 +43,7 @@ class TQCursor; class TQCheckBox; class TQGridLayout; -class KConfig; +class TDEConfig; namespace Kpgp { @@ -304,7 +304,7 @@ public: static Kpgp::Module *getKpgp(); /** get the kpgp config object */ - static KConfig *getConfig(); + static TDEConfig *getConfig(); /** Parses the given message and splits it into OpenPGP blocks and Non-OpenPGP blocks. @@ -416,7 +416,7 @@ private: void assignPGPBase(void); static Kpgp::Module *kpgpObject; - KConfig *config; + TDEConfig *config; struct AddressData { KeyIDList keyIds; |