summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/programsensor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:50:20 -0600
commitaef5eada7f51ee48f3d21448db290bd8f06953a8 (patch)
tree9d6e7572ebcc27e402501d6966f9b46361a1702c /superkaramba/src/programsensor.h
parent95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff)
downloadtdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz
tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'superkaramba/src/programsensor.h')
-rw-r--r--superkaramba/src/programsensor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/programsensor.h b/superkaramba/src/programsensor.h
index d3f2b39..672d0e7 100644
--- a/superkaramba/src/programsensor.h
+++ b/superkaramba/src/programsensor.h
@@ -32,8 +32,8 @@ private:
TQString sensorResult;
public slots:
- void receivedStdout(KProcess *proc, char *buffer, int buflen);
- void processExited(KProcess *proc);
+ void receivedStdout(TDEProcess *proc, char *buffer, int buflen);
+ void processExited(TDEProcess *proc);
};
#endif // PROGRAMSENSOR_H