diff options
Diffstat (limited to 'src/backends/recipedb.cpp')
-rw-r--r-- | src/backends/recipedb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backends/recipedb.cpp b/src/backends/recipedb.cpp index 1e4dd19..fff517b 100644 --- a/src/backends/recipedb.cpp +++ b/src/backends/recipedb.cpp @@ -26,7 +26,7 @@ #include <tdelocale.h> #include <tdeaboutdata.h> #include <tdeprocess.h> -#include <kprocio.h> +#include <tdeprocio.h> #include <kfilterdev.h> #include <tdemessagebox.h> @@ -414,7 +414,7 @@ bool RecipeDB::restore( const TQString &file, TQString *errMsg ) //by loading the old schema and then porting it to the current version. empty(); //the user had better be warned! - KProcIO *process = new KProcIO; + TDEProcIO *process = new TDEProcIO; TQStringList command = restoreCommand(); kdDebug()<<"Restoring backup using: "<<command[0]<<endl; |