summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/test/kfd_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/test/kfd_part.h')
-rw-r--r--kexi/formeditor/test/kfd_part.h6
1 files changed, 3 insertions, 3 deletions
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: