summaryrefslogtreecommitdiffstats
path: root/krdc/kfullscreenpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'krdc/kfullscreenpanel.h')
-rw-r--r--krdc/kfullscreenpanel.h4
1 files changed, 2 insertions, 2 deletions
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;