summaryrefslogtreecommitdiffstats
path: root/libkpgp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /libkpgp
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'libkpgp')
-rw-r--r--libkpgp/kpgpui.h16
1 files changed, 8 insertions, 8 deletions
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,