diff options
Diffstat (limited to 'src/importers/mxpimporter.cpp')
-rw-r--r-- | src/importers/mxpimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/importers/mxpimporter.cpp b/src/importers/mxpimporter.cpp index 20fbf0f..f83c308 100644 --- a/src/importers/mxpimporter.cpp +++ b/src/importers/mxpimporter.cpp @@ -64,7 +64,7 @@ void MXPImporter::importMXP( TQTextStream &stream ) { Recipe recipe; - kapp->processEvents(); //don't want the user to think its frozen... especially for files with thousands of recipes + tdeApp->processEvents(); //don't want the user to think its frozen... especially for files with thousands of recipes //kdDebug()<<"Found recipe MXP format: * Exported from MasterCook *"<<endl; TQString current; |