summaryrefslogtreecommitdiffstats
path: root/src/notecontent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/notecontent.h')
-rw-r--r--src/notecontent.h8
1 files changed, 4 insertions, 4 deletions
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: