summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/forms/kexiformpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/forms/kexiformpart.cpp')
-rw-r--r--kexi/plugins/forms/kexiformpart.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/forms/kexiformpart.cpp b/kexi/plugins/forms/kexiformpart.cpp
index 4ba0442a..2ba7a65c 100644
--- a/kexi/plugins/forms/kexiformpart.cpp
+++ b/kexi/plugins/forms/kexiformpart.cpp
@@ -159,8 +159,8 @@ void KexiFormPart::initPartActions()
void KexiFormPart::initInstanceActions()
{
#ifdef KEXI_DEBUG_GUI
- kapp->config()->setGroup("General");
- if (kapp->config()->readBoolEntry("showInternalDebugger", false)) {
+ tdeApp->config()->setGroup("General");
+ if (tdeApp->config()->readBoolEntry("showInternalDebugger", false)) {
new TDEAction(i18n("Show Form UI Code"), "compfile",
CTRL+Key_U, KFormDesigner::FormManager::self(), TQ_SLOT(showFormUICode()),
actionCollectionForMode(Kexi::DesignViewMode), "show_form_ui");