diff options
author | Timothy Pearson <[email protected]> | 2011-11-08 00:08:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-08 00:08:40 -0600 |
commit | ba18a0dd03be4c063d27deab4cd864a189ea705a (patch) | |
tree | 4839433d53f6dc59d33073d06795e4fe8d146a31 /tools/designer | |
parent | f9999295436181941bd9c185c880ffcffe15b3d1 (diff) | |
download | qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.tar.gz qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'tools/designer')
-rw-r--r-- | tools/designer/designer/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/designer/mainwindow.cpp b/tools/designer/designer/mainwindow.cpp index a8f759f..0474b2f 100644 --- a/tools/designer/designer/mainwindow.cpp +++ b/tools/designer/designer/mainwindow.cpp @@ -108,7 +108,7 @@ #include <qwizard.h> #include <qtimer.h> #include <qlistbox.h> -#include <qdoctwindow.h> +#include <qdockwindow.h> #include <qstylefactory.h> #include <qvbox.h> #include <qprocess.h> |