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 /src/styles/qmotifstyle.cpp | |
parent | f9999295436181941bd9c185c880ffcffe15b3d1 (diff) | |
download | qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.tar.gz qt3-ba18a0dd03be4c063d27deab4cd864a189ea705a.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'src/styles/qmotifstyle.cpp')
-rw-r--r-- | src/styles/qmotifstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/qmotifstyle.cpp b/src/styles/qmotifstyle.cpp index 698b307..d6a1644 100644 --- a/src/styles/qmotifstyle.cpp +++ b/src/styles/qmotifstyle.cpp @@ -57,7 +57,7 @@ #include "qsplitter.h" #include "qslider.h" #include "qcombobox.h" -#include "qdoctwindow.h" +#include "qdockwindow.h" #include "qdockarea.h" #include "qprogressbar.h" #include "qimage.h" |