From 730bb5bd4cffbbc5cf3a32212533fef885dbab87 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:07:51 -0600 Subject: Remove spurious TQ_OBJECT instances --- noatun/library/pluginmodule.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun/library/pluginmodule.h') diff --git a/noatun/library/pluginmodule.h b/noatun/library/pluginmodule.h index c3818040..d29fe1d1 100644 --- a/noatun/library/pluginmodule.h +++ b/noatun/library/pluginmodule.h @@ -51,7 +51,7 @@ private: class PluginListView : public KListView { Q_OBJECT - TQ_OBJECT + friend class PluginListItem; @@ -76,7 +76,7 @@ private: class Plugins : public CModule { Q_OBJECT - TQ_OBJECT + public: Plugins(TQObject *_parent = 0); virtual void save(); -- cgit v1.2.1