summaryrefslogtreecommitdiffstats
path: root/kverbos/kverbos/kfeedercontrol.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:44:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:44:46 -0600
commitcee429821aa6f1acc97fb482d325fb4eb37376ca (patch)
tree4f55e04b7f000c854fe2b8347dcdb62d97de3c73 /kverbos/kverbos/kfeedercontrol.h
parentab801f72ab45e8066a8ec6c533ef13c2da67e559 (diff)
downloadtdeedu-cee429821aa6f1acc97fb482d325fb4eb37376ca.tar.gz
tdeedu-cee429821aa6f1acc97fb482d325fb4eb37376ca.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kverbos/kverbos/kfeedercontrol.h')
-rw-r--r--kverbos/kverbos/kfeedercontrol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kverbos/kverbos/kfeedercontrol.h b/kverbos/kverbos/kfeedercontrol.h
index 635a6311..79a02cc0 100644
--- a/kverbos/kverbos/kfeedercontrol.h
+++ b/kverbos/kverbos/kfeedercontrol.h
@@ -39,14 +39,14 @@ public:
bool addOne();
/** sends n points to the KFeeder */
bool addN(int n);
- /** returns if the KProcess is still active. This is useful right after the start to
+ /** returns if the TDEProcess is still active. This is useful right after the start to
* see if it was successful
*/
bool isActive() { return active; }
/** returns the last result of the latest dcop operation */
bool getLastResult() { return lastResult; }
private:
- KProcess childFeeder;
+ TDEProcess childFeeder;
TQCString feederID;
bool active;
bool lastResult;