From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- libkpgp/kpgpui.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libkpgp/kpgpui.h') diff --git a/libkpgp/kpgpui.h b/libkpgp/kpgpui.h index 219ed148..2f15f0c0 100644 --- a/libkpgp/kpgpui.h +++ b/libkpgp/kpgpui.h @@ -55,7 +55,7 @@ class KeyIDList; // needed by KeySelectionDialog class KDE_EXPORT PassphraseDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: PassphraseDialog( TQWidget *parent=0, const TQString &caption=TQString(), @@ -76,7 +76,7 @@ class KDE_EXPORT PassphraseDialog : public KDialogBase class KDE_EXPORT Config : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Config(TQWidget *parent = 0, const char *name = 0, bool encrypt =true); @@ -104,7 +104,7 @@ class KDE_EXPORT Config : public TQWidget class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper { Q_OBJECT - TQ_OBJECT + enum TrustCheckMode { NoExpensiveTrustCheck, AllowExpensiveTrustCheck, @@ -204,7 +204,7 @@ class KDE_EXPORT KeySelectionDialog: public KeySelectionDialogSuper class KDE_EXPORT KeyRequester: public TQWidget { Q_OBJECT - TQ_OBJECT + public: KeyRequester( TQWidget * parent=0, bool multipleKeys=false, @@ -256,7 +256,7 @@ protected: class KDE_EXPORT PublicKeyRequester : public KeyRequester { Q_OBJECT - TQ_OBJECT + public: PublicKeyRequester( TQWidget * parent=0, bool multipleKeys=false, unsigned int allowedKeys=PublicKeys, const char * name=0 ); @@ -276,7 +276,7 @@ protected: class KDE_EXPORT SecretKeyRequester : public KeyRequester { Q_OBJECT - TQ_OBJECT + public: SecretKeyRequester( TQWidget * parent=0, bool multipleKeys=false, unsigned int allowedKeys=SecretKeys, const char * name=0 ); @@ -298,7 +298,7 @@ protected: class KDE_EXPORT KeyApprovalDialog: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KeyApprovalDialog( const TQStringList&, @@ -334,7 +334,7 @@ class KDE_EXPORT KeyApprovalDialog: public KDialogBase class KDE_EXPORT CipherTextDialog: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CipherTextDialog( const TQCString & text, const TQCString & charset=0, -- cgit v1.2.3