diff options
Diffstat (limited to 'examples/sql/cachedtable/tableeditor.h')
-rw-r--r-- | examples/sql/cachedtable/tableeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/cachedtable/tableeditor.h b/examples/sql/cachedtable/tableeditor.h index 14d9986..f13bd3d 100644 --- a/examples/sql/cachedtable/tableeditor.h +++ b/examples/sql/cachedtable/tableeditor.h @@ -50,7 +50,7 @@ class QSqlTableModel; QT_END_NAMESPACE //! [0] -class TableEditor : public QDialog +class TableEditor : public QWidget { Q_OBJECT |