diff options
author | Bill King <bill.king@nokia.com> | 2009-07-08 22:41:56 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2009-07-08 22:41:56 (GMT) |
commit | 6e35b15d75aeb140bf56690ce7369f54342c2739 (patch) | |
tree | 39053d62d2558a142243a18d7a2d487b2756f2c7 | |
parent | 7b980974b14d246f60d824bab4e069ac8cc2da29 (diff) | |
download | Qt-6e35b15d75aeb140bf56690ce7369f54342c2739.zip Qt-6e35b15d75aeb140bf56690ce7369f54342c2739.tar.gz Qt-6e35b15d75aeb140bf56690ce7369f54342c2739.tar.bz2 |
Make compile
-rw-r--r-- | src/gui/widgets/qwidgetanimator_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/qwidgetanimator_p.h b/src/gui/widgets/qwidgetanimator_p.h index 64697a9..5a3e39d 100644 --- a/src/gui/widgets/qwidgetanimator_p.h +++ b/src/gui/widgets/qwidgetanimator_p.h @@ -61,6 +61,7 @@ QT_BEGIN_NAMESPACE class QWidget; class QMainWindowLayout; class QPropertyAnimation; +class QRect; class QWidgetAnimator : public QObject { |