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