summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/modelview/2_formatting/modelview.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/modelview/2_formatting/modelview.h')
-rwxr-xr-xexamples/tutorials/modelview/2_formatting/modelview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/modelview/2_formatting/modelview.h b/examples/tutorials/modelview/2_formatting/modelview.h
index 7291487..b2943ac 100755
--- a/examples/tutorials/modelview/2_formatting/modelview.h
+++ b/examples/tutorials/modelview/2_formatting/modelview.h
@@ -43,7 +43,7 @@
#include <QtGui/QMainWindow>
-class QTableView; //forward declaration
+QT_FORWARD_DECLARE_CLASS(QTableView)
class ModelView : public QMainWindow
{