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