summaryrefslogtreecommitdiffstats
path: root/src/importers/mxpimporter.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-22 12:59:13 +0900
committerMichele Calgaro <[email protected]>2025-01-22 12:59:13 +0900
commit7f398ddb2b4fe41ec8e8105bad220ee5b169854f (patch)
tree557808729ee0c881b8530c0cd460a1b423ba5c95 /src/importers/mxpimporter.cpp
parent49eecd753fc6a22f0ed78f985307c86c028800e6 (diff)
downloadkrecipes-7f398ddb2b4fe41ec8e8105bad220ee5b169854f.tar.gz
krecipes-7f398ddb2b4fe41ec8e8105bad220ee5b169854f.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/importers/mxpimporter.cpp')
-rw-r--r--src/importers/mxpimporter.cpp2
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;