diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-20 13:56:06 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-08-20 13:56:06 -0500 |
commit | 5b20d188acd61f62a858021316630a36c696bacf (patch) | |
tree | d0ffb9ccdae6b289a5f1d59cfde7107171813e33 | |
parent | 2fabf62c2dc952330f1bf24804042f33a56d48e1 (diff) | |
parent | ec1d9d91d2312a75a23966c69abaa8b1d600a60a (diff) | |
download | qt3-5b20d188acd61f62a858021316630a36c696bacf.tar.gz qt3-5b20d188acd61f62a858021316630a36c696bacf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
-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; |