diff options
Diffstat (limited to 'ktnef/gui')
-rw-r--r-- | ktnef/gui/ktnefmain.h | 2 | ||||
-rw-r--r-- | ktnef/gui/ktnefview.h | 2 | ||||
-rw-r--r-- | ktnef/gui/messagepropertydialog.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ktnef/gui/ktnefmain.h b/ktnef/gui/ktnefmain.h index 491d6aa77..7d6a984a3 100644 --- a/ktnef/gui/ktnefmain.h +++ b/ktnef/gui/ktnefmain.h @@ -28,7 +28,7 @@ class KTNEFAttach; class KTNEFMain : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/ktnef/gui/ktnefview.h b/ktnef/gui/ktnefview.h index 34b848674..60321bf49 100644 --- a/ktnef/gui/ktnefview.h +++ b/ktnef/gui/ktnefview.h @@ -26,7 +26,7 @@ class KTNEFAttach; class KDE_EXPORT KTNEFView : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/ktnef/gui/messagepropertydialog.h b/ktnef/gui/messagepropertydialog.h index 98ddb3745..44ee6c647 100644 --- a/ktnef/gui/messagepropertydialog.h +++ b/ktnef/gui/messagepropertydialog.h @@ -25,7 +25,7 @@ class KTNEFMessage; class MessagePropertyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: MessagePropertyDialog( TQWidget *parent, KTNEFMessage *msg ); |