diff options
author | dos-reis <gdr@axiomatics.org> | 2011-05-23 08:11:30 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-05-23 08:11:30 +0000 |
commit | 74a9d6effceaeaa19212c7a0abcbe2d7b48e0c11 (patch) | |
tree | c18fd85729f274c4dc7a5e7d69e97a7aecf9690f /src/gui | |
parent | f89c5d0438e969615c4bb9e59192cad996109665 (diff) | |
download | open-axiom-74a9d6effceaeaa19212c7a0abcbe2d7b48e0c11.tar.gz |
Fix thinko
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/main-window.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/main-window.C b/src/gui/main-window.C index 6e0e16a7..74e75350 100644 --- a/src/gui/main-window.C +++ b/src/gui/main-window.C @@ -33,7 +33,7 @@ #include <QAction> #include <QScrollArea> -#include "engine-widget.h" +#include "debate.h" #include "main-window.h" namespace OpenAxiom { |