summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:05:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:05:53 -0600
commitde123eb5e3e3b2561b5836332456b4320ee3daf3 (patch)
tree231b2c8fd8bf4a93ad120de89704d0c774f058f7 /kexi/formeditor
parent2b1df858bf24b199a5d3e4fc537df3e9701f8daa (diff)
downloadkoffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.tar.gz
koffice-de123eb5e3e3b2561b5836332456b4320ee3daf3.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'kexi/formeditor')
-rw-r--r--kexi/formeditor/kdevelop_plugin/kfd_kdev_part.cpp2
-rw-r--r--kexi/formeditor/test/kfd_part.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kexi/formeditor/kdevelop_plugin/kfd_kdev_part.cpp b/kexi/formeditor/kdevelop_plugin/kfd_kdev_part.cpp
index f95ceeca..7166e7cc 100644
--- a/kexi/formeditor/kdevelop_plugin/kfd_kdev_part.cpp
+++ b/kexi/formeditor/kdevelop_plugin/kfd_kdev_part.cpp
@@ -19,7 +19,7 @@
#include <tqworkspace.h>
#include <tqdockarea.h>
-#include <tqdoctwindow.h>
+#include <tqdockwindow.h>
#include <tqhbox.h>
#include <tqpainter.h>
#include <tqevent.h>
diff --git a/kexi/formeditor/test/kfd_part.cpp b/kexi/formeditor/test/kfd_part.cpp
index 7ea4172f..f309283f 100644
--- a/kexi/formeditor/test/kfd_part.cpp
+++ b/kexi/formeditor/test/kfd_part.cpp
@@ -19,7 +19,7 @@
#include <tqworkspace.h>
#include <tqdockarea.h>
-#include <tqdoctwindow.h>
+#include <tqdockwindow.h>
#include <tqhbox.h>
#include <tqpainter.h>
#include <tqevent.h>