summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alarm
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/alarm')
-rw-r--r--noatun-plugins/alarm/kminutespinbox.h2
-rw-r--r--noatun-plugins/alarm/kpercentspinbox.h2
-rw-r--r--noatun-plugins/alarm/wakeup.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/noatun-plugins/alarm/kminutespinbox.h b/noatun-plugins/alarm/kminutespinbox.h
index d29259b..871608d 100644
--- a/noatun-plugins/alarm/kminutespinbox.h
+++ b/noatun-plugins/alarm/kminutespinbox.h
@@ -29,7 +29,7 @@
class KMinuteSpinBox : public TQSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KMinuteSpinBox(int _step = 1, TQWidget *_parent = 0, const char *_name = 0);
protected:
diff --git a/noatun-plugins/alarm/kpercentspinbox.h b/noatun-plugins/alarm/kpercentspinbox.h
index 3bfe2e7..2428cce 100644
--- a/noatun-plugins/alarm/kpercentspinbox.h
+++ b/noatun-plugins/alarm/kpercentspinbox.h
@@ -22,7 +22,7 @@
class KPercentSpinBox : public TQSpinBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KPercentSpinBox (int _step=1, TQWidget *_parent=0, const char *name=0);
diff --git a/noatun-plugins/alarm/wakeup.h b/noatun-plugins/alarm/wakeup.h
index 367f537..b6f4f84 100644
--- a/noatun-plugins/alarm/wakeup.h
+++ b/noatun-plugins/alarm/wakeup.h
@@ -32,7 +32,7 @@ class KPercentSpinBox;
class Wakeup : public TQObject, public Plugin
{
Q_OBJECT
- TQ_OBJECT
+
NOATUNPLUGIND
public:
@@ -61,7 +61,7 @@ private:
class WakeupPrefs : public CModule
{
Q_OBJECT
- TQ_OBJECT
+
public:
WakeupPrefs( TQObject *parent );