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/modules/keyz/keyz.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun/modules/keyz/keyz.h') diff --git a/noatun/modules/keyz/keyz.h b/noatun/modules/keyz/keyz.h index d1955319..ad3fe550 100644 --- a/noatun/modules/keyz/keyz.h +++ b/noatun/modules/keyz/keyz.h @@ -7,7 +7,7 @@ class Keyz : public TQObject, public Plugin { Q_OBJECT - TQ_OBJECT + NOATUNPLUGIND public: @@ -36,7 +36,7 @@ private: class KeyzPrefs : public CModule { Q_OBJECT - TQ_OBJECT + public: KeyzPrefs( TQObject *parent ); -- cgit v1.2.1