summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index cc52934..d1d3e2a 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -25,7 +25,6 @@
#include <QAction>
#include "diagramview.h"
#include "diagramdocument.h"
-#include "items/database/tableproperties.h"
class MainWindow: public QMainWindow
{
@@ -88,9 +87,10 @@ protected:
void restoreWindowState();
private:
+ class MainWindowPrivate;
+ MainWindowPrivate *const d;
+
QUndoGroup *m_undoGroup;
- QSplitter *m_splitter;
- TableProperties *m_properties;
DiagramView *m_view;
DiagramDocument *m_model;