summaryrefslogtreecommitdiffstats
path: root/examples/sql/cachedtable/tableeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/cachedtable/tableeditor.h')
-rw-r--r--examples/sql/cachedtable/tableeditor.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/sql/cachedtable/tableeditor.h b/examples/sql/cachedtable/tableeditor.h
index dfa50a8934..8c3c56b397 100644
--- a/examples/sql/cachedtable/tableeditor.h
+++ b/examples/sql/cachedtable/tableeditor.h
@@ -6,11 +6,9 @@
#include <QDialog>
-QT_BEGIN_NAMESPACE
-class QDialogButtonBox;
-class QPushButton;
-class QSqlTableModel;
-QT_END_NAMESPACE
+QT_FORWARD_DECLARE_CLASS(QDialogButtonBox)
+QT_FORWARD_DECLARE_CLASS(QPushButton)
+QT_FORWARD_DECLARE_CLASS(QSqlTableModel)
//! [0]
class TableEditor : public QWidget