diff options
Diffstat (limited to 'src/edittableview.h')
-rw-r--r-- | src/edittableview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/edittableview.h b/src/edittableview.h index dbc9a145..d6f88bfe 100644 --- a/src/edittableview.h +++ b/src/edittableview.h @@ -23,8 +23,10 @@ #ifndef EDITTABLEVIEW_H #define EDITTABLEVIEW_H +// Qt Includes #include <QtGui/QTableView> + class EditTableView : public QTableView { Q_OBJECT @@ -39,4 +41,3 @@ public slots: }; #endif // EDITTABLEVIEW_H - |