From 6f114e7935d43127c6c0269532fb2674cee9a4f5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:08:14 -0600 Subject: Remove spurious TQ_OBJECT instances --- krdc/kfullscreenpanel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krdc/kfullscreenpanel.h') diff --git a/krdc/kfullscreenpanel.h b/krdc/kfullscreenpanel.h index d6e28927..429a7194 100644 --- a/krdc/kfullscreenpanel.h +++ b/krdc/kfullscreenpanel.h @@ -25,7 +25,7 @@ class Counter : public TQObject { Q_OBJECT - TQ_OBJECT + private: TQTimer m_timer; float m_stopValue, m_currentValue, m_stepSize; @@ -47,7 +47,7 @@ signals: class KFullscreenPanel : public TQWidget { Q_OBJECT - TQ_OBJECT + private: TQWidget *m_child; TQVBoxLayout *m_layout; -- cgit v1.2.1