summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/cryptography/kgpgselkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins/cryptography/kgpgselkey.h')
-rw-r--r--kopete/plugins/cryptography/kgpgselkey.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kopete/plugins/cryptography/kgpgselkey.h b/kopete/plugins/cryptography/kgpgselkey.h
index 1e357482..190e8186 100644
--- a/kopete/plugins/cryptography/kgpgselkey.h
+++ b/kopete/plugins/cryptography/kgpgselkey.h
@@ -41,9 +41,10 @@ struct gpgKey {
class KgpgSelKey : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KgpgSelKey( TQWidget *parent = 0, const char *name = 0,bool showlocal=true);
+ KgpgSelKey( TQWidget *tqparent = 0, const char *name = 0,bool showlocal=true);
KListView *keysListpr;
TQPixmap keyPair;
TQCheckBox *local;