diff options
author | Michele Calgaro <[email protected]> | 2023-07-24 21:27:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-24 21:27:35 +0900 |
commit | 6508b043abf98d06b79802c637e65e403365eac3 (patch) | |
tree | cf38d8601fbf1e5ef2885d0bb99d97226721d51a /conduits/knotes | |
parent | 2c4375efc4964d9d3857bf27472c0e672b384d8e (diff) | |
download | kpilot-6508b043abf98d06b79802c637e65e403365eac3.tar.gz kpilot-6508b043abf98d06b79802c637e65e403365eac3.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'conduits/knotes')
-rw-r--r-- | conduits/knotes/knotes-action.h | 2 | ||||
-rw-r--r-- | conduits/knotes/knotes-factory.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conduits/knotes/knotes-action.h b/conduits/knotes/knotes-action.h index 3c2288b..f0642c6 100644 --- a/conduits/knotes/knotes-action.h +++ b/conduits/knotes/knotes-action.h @@ -36,7 +36,7 @@ class PilotMemo; class KNotesAction : public ConduitAction { -Q_OBJECT +TQ_OBJECT public: KNotesAction( diff --git a/conduits/knotes/knotes-factory.h b/conduits/knotes/knotes-factory.h index fd3f714..781afdb 100644 --- a/conduits/knotes/knotes-factory.h +++ b/conduits/knotes/knotes-factory.h @@ -36,7 +36,7 @@ class TDEAboutData; class KNotesConduitFactory : public KLibFactory { -Q_OBJECT +TQ_OBJECT public: |