diff options
author | Sami Merila <sami.merila@nokia.com> | 2011-04-07 12:50:07 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2011-04-07 12:50:07 (GMT) |
commit | 63064c275481d0e694838e90dead784b53dc10aa (patch) | |
tree | c9a5a31bf9fcb4348d598c93d8f7063b238f2e21 /src/gui/styles/qs60style.cpp | |
parent | e81ef9c4744a759783af03ddb01508386b5f33cd (diff) | |
download | Qt-63064c275481d0e694838e90dead784b53dc10aa.zip Qt-63064c275481d0e694838e90dead784b53dc10aa.tar.gz Qt-63064c275481d0e694838e90dead784b53dc10aa.tar.bz2 |
Labels are not visible in dialogs with all themes (part2)
Added include to the previous fix to prevent compilation issue.
Task-number: QT-4559
Reviewed-by: Tomi Vihria
Diffstat (limited to 'src/gui/styles/qs60style.cpp')
-rw-r--r-- | src/gui/styles/qs60style.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp index 879d2e8..4b76985 100644 --- a/src/gui/styles/qs60style.cpp +++ b/src/gui/styles/qs60style.cpp @@ -72,6 +72,7 @@ #include "qcheckbox.h" #include "qdesktopwidget.h" #include "qprogressbar.h" +#include "qlabel.h" #include "private/qtoolbarextension_p.h" #include "private/qcombobox_p.h" |