diff options
Diffstat (limited to 'kcontrol/crypto/crypto.h')
-rw-r--r-- | kcontrol/crypto/crypto.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/crypto/crypto.h b/kcontrol/crypto/crypto.h index 8a353ae04..bdb0d74ec 100644 --- a/kcontrol/crypto/crypto.h +++ b/kcontrol/crypto/crypto.h @@ -34,7 +34,7 @@ #include <tqvbuttongroup.h> #include <tdecmodule.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> class TQGridLayout; class TQVButtonGroup; @@ -217,7 +217,7 @@ private: class KCryptoConfig : public TDECModule { - Q_OBJECT + TQ_OBJECT public: KCryptoConfig(TQWidget *parent = 0L, const char *name = 0L, const TQStringList &list = TQStringList()); virtual ~KCryptoConfig(); @@ -354,7 +354,7 @@ private: TQLabel *cHash; TDEConfig *config; - KSimpleConfig *policies, *pcerts, *authcfg; + TDESimpleConfig *policies, *pcerts, *authcfg; TDEConfig *cacfg; bool ___lehack; // to hack around a lineedit problem |