diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
commit | 6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch) | |
tree | 222adc3ae4db93c92937de3d09195aca96ae99ce /kopete/plugins/history | |
parent | a484f7e6af77fe25155e9be30a4166c6f479e46d (diff) | |
download | tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kopete/plugins/history')
-rw-r--r-- | kopete/plugins/history/historydialog.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historyguiclient.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historylogger.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historyplugin.h | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historypreferences.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/kopete/plugins/history/historydialog.h b/kopete/plugins/history/historydialog.h index a950d384..05295ad6 100644 --- a/kopete/plugins/history/historydialog.h +++ b/kopete/plugins/history/historydialog.h @@ -62,7 +62,7 @@ class DMPair class HistoryDialog : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: HistoryDialog(Kopete::MetaContact *mc, TQWidget* parent=0, diff --git a/kopete/plugins/history/historyguiclient.h b/kopete/plugins/history/historyguiclient.h index 3c09eaf4..356afe29 100644 --- a/kopete/plugins/history/historyguiclient.h +++ b/kopete/plugins/history/historyguiclient.h @@ -29,7 +29,7 @@ class KAction; class HistoryGUIClient : public TQObject , public KXMLGUIClient { Q_OBJECT - TQ_OBJECT + public: HistoryGUIClient(Kopete::ChatSession *parent = 0, const char *name = 0); ~HistoryGUIClient(); diff --git a/kopete/plugins/history/historylogger.h b/kopete/plugins/history/historylogger.h index 1d7fae61..274eabd1 100644 --- a/kopete/plugins/history/historylogger.h +++ b/kopete/plugins/history/historylogger.h @@ -35,7 +35,7 @@ class TQTimer; class HistoryLogger : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** diff --git a/kopete/plugins/history/historyplugin.h b/kopete/plugins/history/historyplugin.h index e80ce26b..85aa2a3e 100644 --- a/kopete/plugins/history/historyplugin.h +++ b/kopete/plugins/history/historyplugin.h @@ -74,7 +74,7 @@ public: class HistoryPlugin : public Kopete::Plugin { Q_OBJECT - TQ_OBJECT + public: HistoryPlugin( TQObject *parent, const char *name, const TQStringList &args ); ~HistoryPlugin(); diff --git a/kopete/plugins/history/historypreferences.h b/kopete/plugins/history/historypreferences.h index 61339290..d0dfa920 100644 --- a/kopete/plugins/history/historypreferences.h +++ b/kopete/plugins/history/historypreferences.h @@ -29,7 +29,7 @@ class HistoryPrefsUI; class HistoryPreferences : public KCModule { Q_OBJECT - TQ_OBJECT + public: HistoryPreferences(TQWidget *parent=0, const char* name=0, const TQStringList &args = TQStringList()); |