diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 15:07:09 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 22:41:06 +0900 |
| commit | efa55080160c7b88c4052c2567439c324f646614 (patch) | |
| tree | 6f894bc54817f27de8bca8d9d412dcfa3d5c8c88 /kontact/plugins/knotes | |
| parent | fd4746cdc3b8d6aafd50a5d7fa009caa8c05b85c (diff) | |
| download | tdepim-efa55080.tar.gz tdepim-efa55080.zip | |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cd4b0ac22608120ad003f575a1640e1ddc7703df)
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 67808bae..62766b1f 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 9a30d715..0d6cd46c 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 069f10fb..1bde9e63 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 305873d7..1ac015f4 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: |
