diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-08 00:08:52 -0600 |
commit | eb6050567df32d7b4894175cc2e78cf33487d53e (patch) | |
tree | 53a4aeeb0d77198a517da0ef10d5a715c20c4a5b /qtinterface/qt4/Qt/Qt3Support | |
parent | 3d97e8c73cfbb730a446e7391fb10ee177be4d01 (diff) | |
download | tqtinterface-eb6050567df32d7b4894175cc2e78cf33487d53e.tar.gz tqtinterface-eb6050567df32d7b4894175cc2e78cf33487d53e.zip |
Fix accidental conversion of dockwin
Diffstat (limited to 'qtinterface/qt4/Qt/Qt3Support')
-rw-r--r-- | qtinterface/qt4/Qt/Qt3Support | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtinterface/qt4/Qt/Qt3Support b/qtinterface/qt4/Qt/Qt3Support index 6f514ab..666f7a3 100644 --- a/qtinterface/qt4/Qt/Qt3Support +++ b/qtinterface/qt4/Qt/Qt3Support @@ -10,7 +10,7 @@ #include "q3combobox.h" #include "q3datetimeedit.h" #include "q3dockarea.h" -#include "q3doctwindow.h" +#include "q3dockwindow.h" #include "q3frame.h" #include "q3grid.h" #include "q3gridview.h" |