summaryrefslogtreecommitdiffstats
path: root/src/document
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:19:26 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-24 17:53:28 +0900
commit3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c (patch)
tree5e34da75593d5cb3e7074242eb1972435e443639 /src/document
parent95194d38ad6a808673758ab3f60433ea153bb414 (diff)
downloadrosegarden-3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c.tar.gz
rosegarden-3ef4ff2e0617206d44cb6e0247bb7cc8d0dd909c.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c57b4dfc677121eadeff03f1f3fa330882b5b747)
Diffstat (limited to 'src/document')
-rw-r--r--src/document/MultiViewCommandHistory.h2
-rw-r--r--src/document/RosegardenGUIDoc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/document/MultiViewCommandHistory.h b/src/document/MultiViewCommandHistory.h
index d79ed03..cb45480 100644
--- a/src/document/MultiViewCommandHistory.h
+++ b/src/document/MultiViewCommandHistory.h
@@ -52,7 +52,7 @@ namespace Rosegarden
class MultiViewCommandHistory : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/src/document/RosegardenGUIDoc.h b/src/document/RosegardenGUIDoc.h
index 553442c..fb88f1c 100644
--- a/src/document/RosegardenGUIDoc.h
+++ b/src/document/RosegardenGUIDoc.h
@@ -86,7 +86,7 @@ static const int MERGE_KEEP_NEW_TIMINGS = (1 << 3);
class RosegardenGUIDoc : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public: