summaryrefslogtreecommitdiffstats
path: root/src/translators/griffithimporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translators/griffithimporter.h')
-rw-r--r--src/translators/griffithimporter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/translators/griffithimporter.h b/src/translators/griffithimporter.h
index 39b5aa8..265a308 100644
--- a/src/translators/griffithimporter.h
+++ b/src/translators/griffithimporter.h
@@ -17,7 +17,7 @@
#include "importer.h"
#include "../datavectors.h"
-class KProcess;
+class TDEProcess;
namespace Tellico {
namespace Import {
@@ -48,14 +48,14 @@ public:
virtual bool canImport(int type) const;
private slots:
- void slotData(KProcess* proc, char* buffer, int len);
- void slotError(KProcess* proc, char* buffer, int len);
- void slotProcessExited(KProcess* proc);
+ void slotData(TDEProcess* proc, char* buffer, int len);
+ void slotError(TDEProcess* proc, char* buffer, int len);
+ void slotProcessExited(TDEProcess* proc);
private:
Data::CollPtr m_coll;
- KProcess* m_process;
+ TDEProcess* m_process;
TQByteArray m_data;
};