diff options
Diffstat (limited to 'korn/polldrop.h')
-rw-r--r-- | korn/polldrop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/polldrop.h b/korn/polldrop.h index b45cdb4da..a1a3bc895 100644 --- a/korn/polldrop.h +++ b/korn/polldrop.h @@ -39,7 +39,7 @@ public: virtual bool startMonitor(); virtual bool stopMonitor(); - virtual bool startProcess() { return true; } //Start en stop-functions for progress; it is not pollable, but a member of kio + virtual bool startProcess() { return true; } //Start en stop-functions for progress; it is not pollable, but a member of tdeio virtual bool stopProcess() { return true; } virtual bool running() { return _timerRunning; }; |