diff options
Diffstat (limited to 'kexi/formeditor/test')
-rw-r--r-- | kexi/formeditor/test/kfd_mainwindow.h | 2 | ||||
-rw-r--r-- | kexi/formeditor/test/kfd_part.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kexi/formeditor/test/kfd_mainwindow.h b/kexi/formeditor/test/kfd_mainwindow.h index 5ce138df..00fee9ba 100644 --- a/kexi/formeditor/test/kfd_mainwindow.h +++ b/kexi/formeditor/test/kfd_mainwindow.h @@ -24,7 +24,7 @@ class KFDMainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/kexi/formeditor/test/kfd_part.h b/kexi/formeditor/test/kfd_part.h index 5ed8c8e9..7e9af3db 100644 --- a/kexi/formeditor/test/kfd_part.h +++ b/kexi/formeditor/test/kfd_part.h @@ -37,7 +37,7 @@ using KFormDesigner::Form; class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: @@ -56,7 +56,7 @@ class KFORMEDITOR_EXPORT KFDFactory : public KParts::Factory class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT public: @@ -118,7 +118,7 @@ class KFORMEDITOR_EXPORT KFormDesignerPart: public KParts::ReadWritePart //! Helper: this widget is used to create form's surface class KFORMEDITOR_EXPORT FormWidgetBase : public TQWidget, public KFormDesigner::FormWidget { - Q_OBJECT + TQ_OBJECT public: |