From 1fba044a78b7b731c8cd65a17d2993041c10f9db Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 26 Feb 2009 01:28:01 -0500 Subject: Fixed up includes in sigmodrwidgets for script and fraction move --- sigmodr/widgets/GameUI.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sigmodr/widgets/GameUI.cpp') diff --git a/sigmodr/widgets/GameUI.cpp b/sigmodr/widgets/GameUI.cpp index 34960d15..d036b897 100644 --- a/sigmodr/widgets/GameUI.cpp +++ b/sigmodr/widgets/GameUI.cpp @@ -21,9 +21,9 @@ // Sigmodr widget includes #include "TypechartModel.h" -// Sigmodr widget includes -#include "FractionWidget.h" -#include "ScriptWidget.h" +// Sigmodr core widget includes +#include +#include // Sigmod includes #include @@ -43,6 +43,7 @@ using namespace Sigcore; using namespace Sigmod; +using namespace Sigmodr::CoreWidgets; using namespace Sigmodr::Widgets; GameUI::GameUI(Game* game, QWidget* parent) : -- cgit