summaryrefslogtreecommitdiffstats
path: root/src/convert_sqlite3.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-15 22:24:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-15 22:24:13 +0900
commit567e063ea934ef12aa05a5d5b2598c1d6f52890e (patch)
tree8596de87f2a9865ea66582c080abfc8268e68f01 /src/convert_sqlite3.h
parent1953eddce24dfef0e41764e04a72b34d29d01130 (diff)
downloadkrecipes-567e063ea934ef12aa05a5d5b2598c1d6f52890e.tar.gz
krecipes-567e063ea934ef12aa05a5d5b2598c1d6f52890e.zip
Use TDEProcIO class
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/convert_sqlite3.h')
-rw-r--r--src/convert_sqlite3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/convert_sqlite3.h b/src/convert_sqlite3.h
index 4f23bf5..9b8f2f1 100644
--- a/src/convert_sqlite3.h
+++ b/src/convert_sqlite3.h
@@ -13,7 +13,7 @@
#include <tqobject.h>
-class KProcIO;
+class TDEProcIO;
class ConvertSQLite3 : public TQObject
{
@@ -24,7 +24,7 @@ public:
~ConvertSQLite3();
public slots:
- void processOutput( KProcIO* p );
+ void processOutput( TDEProcIO* p );
private:
bool copyFile( const TQString &oldFilePath, const TQString &newFilePath );