From 0cb23300070f6984b4f976f1c92984399a8aaa10 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 20 Jul 2023 13:35:00 +0900 Subject: Replace Q_OBJECT with TQ_OBJECT Signed-off-by: Michele Calgaro (cherry picked from commit af97112a1a1c815e48080046e495510f41507206) --- src/notecontent.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/notecontent.h') diff --git a/src/notecontent.h b/src/notecontent.h index 00f233b..ef9da86 100644 --- a/src/notecontent.h +++ b/src/notecontent.h @@ -275,7 +275,7 @@ class ImageContent : public NoteContent */ class AnimationContent : public TQObject, public NoteContent // TQObject to be able to receive TQMovie signals { - Q_OBJECT + TQ_OBJECT public: // Constructor and destructor: @@ -324,7 +324,7 @@ class AnimationContent : public TQObject, public NoteContent // TQObject to be a */ class FileContent : public TQObject, public NoteContent { - Q_OBJECT + TQ_OBJECT public: // Constructor and destructor: @@ -378,7 +378,7 @@ class FileContent : public TQObject, public NoteContent */ class SoundContent : public FileContent // A sound is a file with just a bit different user interaction { - Q_OBJECT + TQ_OBJECT public: // Constructor and destructor: @@ -410,7 +410,7 @@ class SoundContent : public FileContent // A sound is a file with just a bit dif */ class LinkContent : public TQObject, public NoteContent { - Q_OBJECT + TQ_OBJECT public: // Constructor and destructor: -- cgit v1.2.1