summaryrefslogtreecommitdiffstats
path: root/kdf/kdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdf/kdf.h')
-rw-r--r--kdf/kdf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdf/kdf.h b/kdf/kdf.h
index 84c0411..176e7b0 100644
--- a/kdf/kdf.h
+++ b/kdf/kdf.h
@@ -31,9 +31,10 @@
class KDFTopLevel : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- KDFTopLevel(TQWidget *parent=0, const char *name=0);
+ KDFTopLevel(TQWidget *tqparent=0, const char *name=0);
~KDFTopLevel() { };
protected slots: