summaryrefslogtreecommitdiffstats
path: root/libkgpgfile/kgpgfile.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:28 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:21:28 -0600
commit6c1d52c8248adb9189c944a28efde52330e99b66 (patch)
tree842df8de70813d5097e5d7ffe04577c4077381d9 /libkgpgfile/kgpgfile.h
parent4b12aca2f1e0304a1cb35df621e9a993dd4d81f7 (diff)
downloadkmymoney-6c1d52c8248adb9189c944a28efde52330e99b66.tar.gz
kmymoney-6c1d52c8248adb9189c944a28efde52330e99b66.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'libkgpgfile/kgpgfile.h')
-rw-r--r--libkgpgfile/kgpgfile.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libkgpgfile/kgpgfile.h b/libkgpgfile/kgpgfile.h
index 55de7e0..ab28968 100644
--- a/libkgpgfile/kgpgfile.h
+++ b/libkgpgfile/kgpgfile.h
@@ -32,7 +32,7 @@
*/
class KShellProcess;
-class KProcess;
+class TDEProcess;
/**
* A class for reading and writing data to/from an
@@ -169,10 +169,10 @@ public:
#endif
protected slots:
- void slotGPGExited(KProcess *);
- void slotDataFromGPG(KProcess *, char *buf, int len);
- void slotErrorFromGPG(KProcess *, char *buf, int len);
- void slotSendDataToGPG(KProcess *);
+ void slotGPGExited(TDEProcess *);
+ void slotDataFromGPG(TDEProcess *, char *buf, int len);
+ void slotErrorFromGPG(TDEProcess *, char *buf, int len);
+ void slotSendDataToGPG(TDEProcess *);
private:
void init(void);