diff options
Diffstat (limited to 'kicker-applets/kbinaryclock/kbinaryclock.h')
-rw-r--r-- | kicker-applets/kbinaryclock/kbinaryclock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kicker-applets/kbinaryclock/kbinaryclock.h b/kicker-applets/kbinaryclock/kbinaryclock.h index cfa8422..1aae352 100644 --- a/kicker-applets/kbinaryclock/kbinaryclock.h +++ b/kicker-applets/kbinaryclock/kbinaryclock.h @@ -40,7 +40,7 @@ class SettingsImp : public Settings { Q_OBJECT TQ_OBJECT public: - SettingsImp(TQWidget* tqparent=0, + SettingsImp(TQWidget* parent=0, const char* name=0, WFlags fl=0); public slots: @@ -50,7 +50,7 @@ public slots: class KConfigDialogImp : public KConfigDialog { public: - KConfigDialogImp(TQWidget *tqparent, const char *name, + KConfigDialogImp(TQWidget *parent, const char *name, KConfigSkeleton *prefs, KDialogBase::DialogType dialogType = KDialogBase::IconList, KDialogBase::ButtonCode defaultButton = Ok, @@ -74,7 +74,7 @@ class KBinaryClock : public KPanelApplet { Q_OBJECT TQ_OBJECT public: - KBinaryClock(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *tqparent = 0, const char *name = 0); + KBinaryClock(const TQString& configFile, Type t = Normal, int actions = 0, TQWidget *parent = 0, const char *name = 0); ~KBinaryClock(); virtual int widthForHeight (int height) const; |