summaryrefslogtreecommitdiffstats
path: root/ktimer/ktimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ktimer/ktimer.h')
-rw-r--r--ktimer/ktimer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h
index f1a2c69..5f8cb4f 100644
--- a/ktimer/ktimer.h
+++ b/ktimer/ktimer.h
@@ -32,7 +32,7 @@ class KTimerJob : public TQObject {
TQ_OBJECT
public:
- KTimerJob( TQObject *tqparent=0, const char *name=0 );
+ KTimerJob( TQObject *parent=0, const char *name=0 );
virtual ~KTimerJob();
enum States { Stopped, Paused, Started };
@@ -93,7 +93,7 @@ class KTimerPref : public PrefWidget
Q_OBJECT
TQ_OBJECT
public:
- KTimerPref( TQWidget *tqparent=0, const char *name = 0 );
+ KTimerPref( TQWidget *parent=0, const char *name = 0 );
virtual ~KTimerPref();
protected slots: