diff options
Diffstat (limited to 'ktimer/ktimer.h')
-rw-r--r-- | ktimer/ktimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktimer/ktimer.h b/ktimer/ktimer.h index bdb1d00..0a646fb 100644 --- a/ktimer/ktimer.h +++ b/ktimer/ktimer.h @@ -81,7 +81,7 @@ class KTimerJob : public TQObject { private slots: void timeout(); - void processExited(KProcess *proc); + void processExited(TDEProcess *proc); private: struct KTimerJobPrivate *d; |