summaryrefslogtreecommitdiffstats
path: root/kicker-applets/kbinaryclock/kbinaryclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/kbinaryclock/kbinaryclock.h')
-rw-r--r--kicker-applets/kbinaryclock/kbinaryclock.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h
index 387288d..cfa8422 100644
--- a/kicker-applets/kbinaryclock/kbinaryclock.h
+++ b/kicker-applets/kbinaryclock/kbinaryclock.h
@@ -38,8 +38,9 @@ class KBinaryClock;
class SettingsImp : public Settings {
Q_OBJECT
+ TQ_OBJECT
public:
- SettingsImp(TQWidget* parent=0,
+ SettingsImp(TQWidget* tqparent=0,
const char* name=0,
WFlags fl=0);
public slots:
@@ -49,7 +50,7 @@ public slots:
class KConfigDialogImp : public KConfigDialog {
public:
- KConfigDialogImp(TQWidget *parent, const char *name,
+ KConfigDialogImp(TQWidget *tqparent, const char *name,
KConfigSkeleton *prefs,
KDialogBase::DialogType dialogType = KDialogBase::IconList,
KDialogBase::ButtonCode defaultButton = Ok,
@@ -57,7 +58,7 @@ public:
SettingsImp *settings;
};
-class ClockAppletToolTip : public QToolTip
+class ClockAppletToolTip : public TQToolTip
{
public:
ClockAppletToolTip( KBinaryClock* clock );
@@ -71,8 +72,9 @@ class ClockAppletToolTip : public QToolTip
class KBinaryClock : public KPanelApplet {
Q_OBJECT
+ TQ_OBJECT
public:
- KBinaryClock(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *parent = 0, const char *name = 0);
+ KBinaryClock(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *tqparent = 0, const char *name = 0);
~KBinaryClock();
virtual int widthForHeight (int height) const;