diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 15:07:09 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-20 22:35:23 +0900 |
commit | cd4b0ac22608120ad003f575a1640e1ddc7703df (patch) | |
tree | e68977e058f9d4900eaf266d1dbfc277dbae62e0 /kontact/plugins/knotes | |
parent | cc2af80602eb3d2a8ea2915d6ff59a10b17f7a21 (diff) | |
download | tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.tar.gz tdepim-cd4b0ac22608120ad003f575a1640e1ddc7703df.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kontact/plugins/knotes')
-rw-r--r-- | kontact/plugins/knotes/knotes_part.h | 2 | ||||
-rw-r--r-- | kontact/plugins/knotes/knotes_part_p.h | 2 | ||||
-rw-r--r-- | kontact/plugins/knotes/knotes_plugin.h | 2 | ||||
-rw-r--r-- | kontact/plugins/knotes/summarywidget.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h index 67808baef..62766b1fb 100644 --- a/kontact/plugins/knotes/knotes_part.h +++ b/kontact/plugins/knotes/knotes_part.h @@ -46,7 +46,7 @@ class Journal; class KNotesPart : public KParts::ReadOnlyPart, virtual public KNotesIface { - Q_OBJECT + TQ_OBJECT public: diff --git a/kontact/plugins/knotes/knotes_part_p.h b/kontact/plugins/knotes/knotes_part_p.h index 9a30d715e..0d6cd46ca 100644 --- a/kontact/plugins/knotes/knotes_part_p.h +++ b/kontact/plugins/knotes/knotes_part_p.h @@ -114,7 +114,7 @@ class KNotesIconView : public TDEIconView class KNoteEditDlg : public KDialogBase, virtual public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT public: diff --git a/kontact/plugins/knotes/knotes_plugin.h b/kontact/plugins/knotes/knotes_plugin.h index 069f10fbc..1bde9e633 100644 --- a/kontact/plugins/knotes/knotes_plugin.h +++ b/kontact/plugins/knotes/knotes_plugin.h @@ -31,7 +31,7 @@ class SummaryWidget; class KNotesPlugin : public Kontact::Plugin { - Q_OBJECT + TQ_OBJECT public: KNotesPlugin( Kontact::Core *core, const char *name, const TQStringList& ); diff --git a/kontact/plugins/knotes/summarywidget.h b/kontact/plugins/knotes/summarywidget.h index 305873d76..1ac015f4a 100644 --- a/kontact/plugins/knotes/summarywidget.h +++ b/kontact/plugins/knotes/summarywidget.h @@ -42,7 +42,7 @@ namespace Kontact { class KNotesSummaryWidget : public Kontact::Summary { - Q_OBJECT + TQ_OBJECT public: |