summaryrefslogtreecommitdiffstats
path: root/korn/polldrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'korn/polldrop.h')
-rw-r--r--korn/polldrop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/polldrop.h b/korn/polldrop.h
index b45cdb4d..a1a3bc89 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; };