From 210090aed352271bcd474b28db9644d9461d7189 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:47 -0600 Subject: Remove spurious TQ_OBJECT instances --- kontact/plugins/knotes/knotes_part.h | 2 +- kontact/plugins/knotes/knotes_part_p.h | 2 +- kontact/plugins/knotes/knotes_plugin.h | 2 +- kontact/plugins/knotes/summarywidget.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kontact/plugins/knotes') diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h index 4ab1be70b..a3c7c790e 100644 --- a/kontact/plugins/knotes/knotes_part.h +++ b/kontact/plugins/knotes/knotes_part.h @@ -47,7 +47,7 @@ class Journal; class KNotesPart : public KParts::ReadOnlyPart, virtual public KNotesIface { Q_OBJECT - TQ_OBJECT + public: KNotesPart( TQObject *parent = 0, const char *name = 0 ); diff --git a/kontact/plugins/knotes/knotes_part_p.h b/kontact/plugins/knotes/knotes_part_p.h index 3794638ef..b8a66b968 100644 --- a/kontact/plugins/knotes/knotes_part_p.h +++ b/kontact/plugins/knotes/knotes_part_p.h @@ -115,7 +115,7 @@ class KNotesIconView : public KIconView class KNoteEditDlg : public KDialogBase, virtual public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: KNoteEditDlg( TQWidget *parent = 0, const char *name = 0 ) diff --git a/kontact/plugins/knotes/knotes_plugin.h b/kontact/plugins/knotes/knotes_plugin.h index de48b2ff6..12d485404 100644 --- a/kontact/plugins/knotes/knotes_plugin.h +++ b/kontact/plugins/knotes/knotes_plugin.h @@ -32,7 +32,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 088bdea3b..305873d76 100644 --- a/kontact/plugins/knotes/summarywidget.h +++ b/kontact/plugins/knotes/summarywidget.h @@ -43,7 +43,7 @@ namespace Kontact { class KNotesSummaryWidget : public Kontact::Summary { Q_OBJECT - TQ_OBJECT + public: KNotesSummaryWidget( Kontact::Plugin *plugin, TQWidget *parent, const char *name = 0 ); -- cgit v1.2.1