summaryrefslogtreecommitdiffstats
path: root/kxsldbg/kxsldbgpart
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:16:26 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:16:26 -0600
commit507e7a319763ee30619c26e29d0801d943aa9cee (patch)
tree6f159aa9d4ce12809ca58e7c8b19beffc88faa81 /kxsldbg/kxsldbgpart
parenta99d7600628054c3c9eece050d627f270ee76fdc (diff)
downloadtdewebdev-507e7a319763ee30619c26e29d0801d943aa9cee.tar.gz
tdewebdev-507e7a319763ee30619c26e29d0801d943aa9cee.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'kxsldbg/kxsldbgpart')
-rw-r--r--kxsldbg/kxsldbgpart/kxsldbg_part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kxsldbg/kxsldbgpart/kxsldbg_part.cpp b/kxsldbg/kxsldbgpart/kxsldbg_part.cpp
index 6b723c68..e62666eb 100644
--- a/kxsldbg/kxsldbgpart/kxsldbg_part.cpp
+++ b/kxsldbg/kxsldbgpart/kxsldbg_part.cpp
@@ -54,7 +54,7 @@
#include <tqtextbrowser.h>
#include <tqmessagebox.h>
#include <tqlineedit.h>
-#include <tqdoctwindow.h>
+#include <tqdockwindow.h>
#include <tqpushbutton.h>
#include <tqinputdialog.h>
#include <tqobjectlist.h>