summaryrefslogtreecommitdiffstats
path: root/kjots/kjotsentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'kjots/kjotsentry.h')
-rw-r--r--kjots/kjotsentry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kjots/kjotsentry.h b/kjots/kjotsentry.h
index 45c165d..1f1adc5 100644
--- a/kjots/kjotsentry.h
+++ b/kjots/kjotsentry.h
@@ -48,7 +48,7 @@ namespace TDEIO
class KJotsEntryBase : public TQObject, public TDEListViewItem
{
- Q_OBJECT
+ TQ_OBJECT
public:
KJotsEntryBase(TDEListView*, TQListViewItem*);
@@ -98,7 +98,7 @@ class KJotsEntryBase : public TQObject, public TDEListViewItem
class KJotsBook : public KJotsEntryBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KJotsBook(TDEListView*, TQListViewItem* after = 0);
@@ -142,7 +142,7 @@ class KJotsBook : public KJotsEntryBase
//
class KJotsPage : public KJotsEntryBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KJotsPage(KJotsBook* parent, TQListViewItem* after = 0);