diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
commit | cb59219281a9666896ee96b02a487bbc0206082d (patch) | |
tree | 75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /kexi/formeditor/test | |
parent | a34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff) | |
download | koffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: |