diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-05-18 15:52:39 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-05-18 15:52:39 (GMT) |
commit | 6e8f112492dec917cdcd9bc50b992eca5d41b998 (patch) | |
tree | 9e33dcf2be94b6d83b9b660dce83b8b067d96061 /src/declarative/fx/qfxlayouts.h | |
parent | 5102432c71e859b4d1450ed8482de049d1e83e5a (diff) | |
download | Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.zip Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.tar.gz Qt-6e8f112492dec917cdcd9bc50b992eca5d41b998.tar.bz2 |
Fixed #includes
Diffstat (limited to 'src/declarative/fx/qfxlayouts.h')
-rw-r--r-- | src/declarative/fx/qfxlayouts.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/fx/qfxlayouts.h b/src/declarative/fx/qfxlayouts.h index acfc0c4..35e41d8 100644 --- a/src/declarative/fx/qfxlayouts.h +++ b/src/declarative/fx/qfxlayouts.h @@ -42,10 +42,10 @@ #ifndef QFXLAYOUTS_H #define QFXLAYOUTS_H -#include <qfxitem.h> -#include <QObject> -#include <QString> -#include <qmlstate.h> +#include <QtCore/QObject> +#include <QtCore/QString> +#include <QtDeclarative/qfxitem.h> +#include <QtDeclarative/qmlstate.h> QT_BEGIN_HEADER |