summaryrefslogtreecommitdiffstats
path: root/kdevdesigner/designer/mainwindow.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:16:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-08 00:16:20 -0600
commitdb971c3ef3fc9a8e376d6e0d44b27504dad5c85a (patch)
treea9bde102c6135a7f7896e56f9edb440e42beb076 /kdevdesigner/designer/mainwindow.cpp
parent0781b9823f975702d08284499d41b8cfd62e84c9 (diff)
downloadtdevelop-db971c3ef3fc9a8e376d6e0d44b27504dad5c85a.tar.gz
tdevelop-db971c3ef3fc9a8e376d6e0d44b27504dad5c85a.zip
Fix accidental conversion of dockwin
Diffstat (limited to 'kdevdesigner/designer/mainwindow.cpp')
-rw-r--r--kdevdesigner/designer/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdevdesigner/designer/mainwindow.cpp b/kdevdesigner/designer/mainwindow.cpp
index 6b04e5c0..dbc2b932 100644
--- a/kdevdesigner/designer/mainwindow.cpp
+++ b/kdevdesigner/designer/mainwindow.cpp
@@ -105,7 +105,7 @@
#include <tqwizard.h>
#include <tqtimer.h>
#include <tqlistbox.h>
-#include <tqdoctwindow.h>
+#include <tqdockwindow.h>
#include <tqstylefactory.h>
#include <tqvbox.h>
#include <tqprocess.h>