summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-08-15 23:16:07 -0500
committerTimothy Pearson <[email protected]>2012-08-15 23:16:07 -0500
commitec1d9d91d2312a75a23966c69abaa8b1d600a60a (patch)
tree2267b313268e662366e9d66786605cc4a39395e4
parent672a55040f27575c246bae31e7746b47c3239ee8 (diff)
downloadqt3-ec1d9d91d2312a75a23966c69abaa8b1d600a60a.tar.gz
qt3-ec1d9d91d2312a75a23966c69abaa8b1d600a60a.zip
Fix FTBFS
-rw-r--r--src/styles/qcommonstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/qcommonstyle.cpp b/src/styles/qcommonstyle.cpp
index fe25502..4bb738a 100644
--- a/src/styles/qcommonstyle.cpp
+++ b/src/styles/qcommonstyle.cpp
@@ -137,7 +137,7 @@ static const char * const check_list_controller_xpm[] = {
" ",
" "};
-#include <nqmetaobject.h>
+#include <qmetaobject.h>
QStringList getObjectTypeListForObject(const QObject* object) {
QStringList objectTypes;