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/korganizer/journalplugin.h | 2 +- kontact/plugins/korganizer/kcmkorgsummary.h | 2 +- kontact/plugins/korganizer/korganizerplugin.h | 2 +- kontact/plugins/korganizer/summarywidget.h | 2 +- kontact/plugins/korganizer/todoplugin.h | 2 +- kontact/plugins/korganizer/todosummarywidget.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kontact/plugins/korganizer') diff --git a/kontact/plugins/korganizer/journalplugin.h b/kontact/plugins/korganizer/journalplugin.h index af76b782b..8387df651 100644 --- a/kontact/plugins/korganizer/journalplugin.h +++ b/kontact/plugins/korganizer/journalplugin.h @@ -34,7 +34,7 @@ class JournalPlugin : public Kontact::Plugin { Q_OBJECT - TQ_OBJECT + public: JournalPlugin( Kontact::Core *core, const char *name, const TQStringList& ); ~JournalPlugin(); diff --git a/kontact/plugins/korganizer/kcmkorgsummary.h b/kontact/plugins/korganizer/kcmkorgsummary.h index ea698f91a..216557857 100644 --- a/kontact/plugins/korganizer/kcmkorgsummary.h +++ b/kontact/plugins/korganizer/kcmkorgsummary.h @@ -32,7 +32,7 @@ class TQButtonGroup; class KCMKOrgSummary : public KCModule { Q_OBJECT - TQ_OBJECT + public: KCMKOrgSummary( TQWidget *parent = 0, const char *name = 0 ); diff --git a/kontact/plugins/korganizer/korganizerplugin.h b/kontact/plugins/korganizer/korganizerplugin.h index 83abfa914..e5a322951 100644 --- a/kontact/plugins/korganizer/korganizerplugin.h +++ b/kontact/plugins/korganizer/korganizerplugin.h @@ -36,7 +36,7 @@ class KOrganizerPlugin : public Kontact::Plugin { Q_OBJECT - TQ_OBJECT + public: KOrganizerPlugin( Kontact::Core *core, const char *name, const TQStringList& ); diff --git a/kontact/plugins/korganizer/summarywidget.h b/kontact/plugins/korganizer/summarywidget.h index 1f7df4f1f..02fc11c49 100644 --- a/kontact/plugins/korganizer/summarywidget.h +++ b/kontact/plugins/korganizer/summarywidget.h @@ -39,7 +39,7 @@ class KOrganizerPlugin; class SummaryWidget : public Kontact::Summary { Q_OBJECT - TQ_OBJECT + public: SummaryWidget( KOrganizerPlugin *plugin, TQWidget *parent, diff --git a/kontact/plugins/korganizer/todoplugin.h b/kontact/plugins/korganizer/todoplugin.h index 4d2896cd2..4775fbeb9 100644 --- a/kontact/plugins/korganizer/todoplugin.h +++ b/kontact/plugins/korganizer/todoplugin.h @@ -34,7 +34,7 @@ class TodoPlugin : public Kontact::Plugin { Q_OBJECT - TQ_OBJECT + public: TodoPlugin( Kontact::Core *core, const char *name, const TQStringList& ); ~TodoPlugin(); diff --git a/kontact/plugins/korganizer/todosummarywidget.h b/kontact/plugins/korganizer/todosummarywidget.h index e8374edc1..292444cdd 100644 --- a/kontact/plugins/korganizer/todosummarywidget.h +++ b/kontact/plugins/korganizer/todosummarywidget.h @@ -39,7 +39,7 @@ class TodoPlugin; class TodoSummaryWidget : public Kontact::Summary { Q_OBJECT - TQ_OBJECT + public: TodoSummaryWidget( TodoPlugin *plugin, TQWidget *parent, -- cgit v1.2.1