examples/tutorials/modelview/3_changingmodel/mymodel.h
changeset 37 758a864f9613
parent 33 3e2da88830cd
--- a/examples/tutorials/modelview/3_changingmodel/mymodel.h	Fri Sep 17 08:34:18 2010 +0300
+++ b/examples/tutorials/modelview/3_changingmodel/mymodel.h	Mon Oct 04 01:19:32 2010 +0300
@@ -42,8 +42,7 @@
 #define MYMODEL_H
 
 #include <QAbstractTableModel>
-
-QT_FORWARD_DECLARE_CLASS(QTimer)
+#include <QTimer>
 
 class MyModel : public QAbstractTableModel
 {