diff options
author | Timothy Pearson <[email protected]> | 2012-08-15 23:16:07 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-08-15 23:16:07 -0500 |
commit | ec1d9d91d2312a75a23966c69abaa8b1d600a60a (patch) | |
tree | 2267b313268e662366e9d66786605cc4a39395e4 | |
parent | 672a55040f27575c246bae31e7746b47c3239ee8 (diff) | |
download | qt3-ec1d9d91d2312a75a23966c69abaa8b1d600a60a.tar.gz qt3-ec1d9d91d2312a75a23966c69abaa8b1d600a60a.zip |
Fix FTBFS
-rw-r--r-- | src/styles/qcommonstyle.cpp | 2 |
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; |