summaryrefslogtreecommitdiffstats
path: root/keduca/keducabuilder/keducaeditorstartdialog.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:06:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-21 10:15:01 +0900
commit9b03504064870b54af92214941ed5372f847b135 (patch)
tree2feef14e40204f65198169e485db5c1591aa1891 /keduca/keducabuilder/keducaeditorstartdialog.h
parent04fdca4209e8f7d759d5db4b7ff9dcdead088e08 (diff)
downloadtdeedu-9b03504064870b54af92214941ed5372f847b135.tar.gz
tdeedu-9b03504064870b54af92214941ed5372f847b135.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f9eac0ec4d7dbbc84f43db3d5a80cc932d5754b8)
Diffstat (limited to 'keduca/keducabuilder/keducaeditorstartdialog.h')
-rw-r--r--keduca/keducabuilder/keducaeditorstartdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/keducaeditorstartdialog.h b/keduca/keducabuilder/keducaeditorstartdialog.h
index e655d8b2..06d51a5c 100644
--- a/keduca/keducabuilder/keducaeditorstartdialog.h
+++ b/keduca/keducabuilder/keducaeditorstartdialog.h
@@ -30,7 +30,7 @@ class KEducaBuilder;
/**
*/
class KEducaEditorStartDialog : public KEducaEditorStartDialogBase{
- Q_OBJECT
+ TQ_OBJECT
public:
enum {Rejected=0, OpenDoc=1, OpenRecentDoc=2, Gallery=3, NewDoc=4}StartChoice;