diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:40 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:40 -0600 |
| commit | ba18a0dd03be4c063d27deab4cd864a189ea705a (patch) | |
| tree | 4839433d53f6dc59d33073d06795e4fe8d146a31 /src/styles/qwindowsstyle.cpp | |
| parent | f9999295436181941bd9c185c880ffcffe15b3d1 (diff) | |
| download | qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.tar.gz qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.zip | |
Fix accidental conversion of dockwin
Diffstat (limited to 'src/styles/qwindowsstyle.cpp')
| -rw-r--r-- | src/styles/qwindowsstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/qwindowsstyle.cpp b/src/styles/qwindowsstyle.cpp index b5d0931..4e6e586 100644 --- a/src/styles/qwindowsstyle.cpp +++ b/src/styles/qwindowsstyle.cpp @@ -62,7 +62,7 @@ #include "qlistview.h" #include "qbitmap.h" #include "qcleanuphandler.h" -#include "qdoctwindow.h" +#include "qdockwindow.h" #include "qobjectlist.h" #include "qmenubar.h" |
