summaryrefslogtreecommitdiffstats
path: root/kgpg/listkeys.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgpg/listkeys.h')
-rw-r--r--kgpg/listkeys.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kgpg/listkeys.h b/kgpg/listkeys.h
index 55af3b5..a0269c6 100644
--- a/kgpg/listkeys.h
+++ b/kgpg/listkeys.h
@@ -67,7 +67,7 @@ struct gpgKey
class KgpgSelKey : public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -91,7 +91,7 @@ public slots:
class KeyView : public TDEListView
{
- Q_OBJECT
+ TQ_OBJECT
friend class listKeys;
public:
@@ -143,7 +143,7 @@ protected:
class mySearchLine: public TDEListViewSearchLine
{
- Q_OBJECT
+ TQ_OBJECT
public:
mySearchLine(TQWidget *parent = 0, KeyView *listView = 0, const char *name = 0);
@@ -161,7 +161,7 @@ virtual bool itemMatches(const TQListViewItem *item, const TQString & s) const;
class listKeys : public TDEMainWindow, virtual public KeyInterface
{
friend class KeyView;
- Q_OBJECT
+ TQ_OBJECT
public: