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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/main-window.h b/src/gui/main-window.h
index eb6e6988..6eee627e 100644
--- a/src/gui/main-window.h
+++ b/src/gui/main-window.h
@@ -33,9 +33,9 @@
#define OPENAXIOM_GUI_MAIN_WINDOW_INCLUDED
#include <QMainWindow>
-#include <QTabWidget>
#include "open-axiom.h"
#include "server.h"
+#include "debate.h"
namespace OpenAxiom {
// -- Main application window --
@@ -53,7 +53,7 @@ namespace OpenAxiom {
private:
Server srv;
- QTabWidget tabs;
+ Debate debate;
};
}