summaryrefslogtreecommitdiffstats
path: root/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp')
-rw-r--r--libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp
index 4d37dc953..f1e4f941c 100644
--- a/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp
+++ b/libtdepim/tdepartsdesignerplugin/tdepartsdesignerplugin.cpp
@@ -39,7 +39,7 @@ void KPartsGenericPart::load()
return; // not enough info yet
// Here it crashes in KSycoca::openDatabase when trying to load the stuff from designer itself
// Not sure why - but it's not really needed anyway.
- if ( !kapp )
+ if ( !tdeApp )
return;
TQString mimetype = m_mimetype;
if ( mimetype == "auto" )