diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:38:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-24 21:26:01 +0900 |
commit | 37c2ad0c29c602b42d03c446bdd00dcb50f2729c (patch) | |
tree | 20dccb5a9d68d562283884dad036561fe5498ba2 /src/newstuff | |
parent | 2aa8f8fcbfaea5600cec638bf690977c3b2e9504 (diff) | |
download | tellico-37c2ad0c29c602b42d03c446bdd00dcb50f2729c.tar.gz tellico-37c2ad0c29c602b42d03c446bdd00dcb50f2729c.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e164b1d02780da8e0d91f5c6617b511f1b24fc6d)
Diffstat (limited to 'src/newstuff')
-rw-r--r-- | src/newstuff/dialog.h | 2 | ||||
-rw-r--r-- | src/newstuff/manager.h | 2 | ||||
-rw-r--r-- | src/newstuff/newscript.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/newstuff/dialog.h b/src/newstuff/dialog.h index 468b6c4..0de8d7d 100644 --- a/src/newstuff/dialog.h +++ b/src/newstuff/dialog.h @@ -43,7 +43,7 @@ using namespace KNS; namespace NewStuff { class Dialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/newstuff/manager.h b/src/newstuff/manager.h index f979ac1..0d7deb6 100644 --- a/src/newstuff/manager.h +++ b/src/newstuff/manager.h @@ -55,7 +55,7 @@ struct DataSourceInfo { }; class Manager : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/newstuff/newscript.h b/src/newstuff/newscript.h index eae117c..dbbfc9f 100644 --- a/src/newstuff/newscript.h +++ b/src/newstuff/newscript.h @@ -32,7 +32,7 @@ namespace Tellico { class Manager; class NewScript : public SUPERCLASS { -Q_OBJECT +TQ_OBJECT public: |