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/MapTrainerUI.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sigmodr/widgets/MapTrainerUI.cpp') diff --git a/sigmodr/widgets/MapTrainerUI.cpp b/sigmodr/widgets/MapTrainerUI.cpp index 58cb7690..03fb8d01 100644 --- a/sigmodr/widgets/MapTrainerUI.cpp +++ b/sigmodr/widgets/MapTrainerUI.cpp @@ -18,8 +18,8 @@ // Header include #include "MapTrainerUI.h" -// Sigmodr widget includes -#include "ScriptWidget.h" +// Sigmodr core widget includes +#include // Sigmod includes #include @@ -43,6 +43,7 @@ using namespace Sigcore; using namespace Sigmod; +using namespace Sigmodr::CoreWidgets; using namespace Sigmodr::Widgets; MapTrainerUI::MapTrainerUI(MapTrainer* trainer, QWidget* parent) : -- cgit