summaryrefslogtreecommitdiffstats
path: root/ktnef/gui/messagepropertydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/gui/messagepropertydialog.h')
-rw-r--r--ktnef/gui/messagepropertydialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ktnef/gui/messagepropertydialog.h b/ktnef/gui/messagepropertydialog.h
index 7d1ee7aa..d7db44de 100644
--- a/ktnef/gui/messagepropertydialog.h
+++ b/ktnef/gui/messagepropertydialog.h
@@ -26,8 +26,9 @@ class KTNEFMessage;
class MessagePropertyDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- MessagePropertyDialog( TQWidget *parent, KTNEFMessage *msg );
+ MessagePropertyDialog( TQWidget *tqparent, KTNEFMessage *msg );
protected slots:
void slotUser1();