aboutsummaryrefslogtreecommitdiff
path: root/src/gui/main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/main-window.h')
-rw-r--r--src/gui/main-window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/main-window.h b/src/gui/main-window.h
index 6eee627e..4b74828f 100644
--- a/src/gui/main-window.h
+++ b/src/gui/main-window.h
@@ -33,6 +33,7 @@
#define OPENAXIOM_GUI_MAIN_WINDOW_INCLUDED
#include <QMainWindow>
+#include <QTabWidget>
#include "open-axiom.h"
#include "server.h"
#include "debate.h"
@@ -53,7 +54,7 @@ namespace OpenAxiom {
private:
Server srv;
- Debate debate;
+ QTabWidget tabs;
};
}