summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/TypeUI.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-26 01:28:01 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-26 01:28:01 -0500
commit1fba044a78b7b731c8cd65a17d2993041c10f9db (patch)
treef2d1eb33fc5ddf0004dc9087a2de3ee83b9b9bf9 /sigmodr/widgets/TypeUI.h
parent68f72553f035a3f7439f2be17a71427fa18f28f5 (diff)
downloadsigen-1fba044a78b7b731c8cd65a17d2993041c10f9db.tar.gz
sigen-1fba044a78b7b731c8cd65a17d2993041c10f9db.tar.xz
sigen-1fba044a78b7b731c8cd65a17d2993041c10f9db.zip
Fixed up includes in sigmodrwidgets for script and fraction move
Diffstat (limited to 'sigmodr/widgets/TypeUI.h')
-rw-r--r--sigmodr/widgets/TypeUI.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/sigmodr/widgets/TypeUI.h b/sigmodr/widgets/TypeUI.h
index bd3e92c3..313a5ff1 100644
--- a/sigmodr/widgets/TypeUI.h
+++ b/sigmodr/widgets/TypeUI.h
@@ -34,10 +34,13 @@ class Type;
namespace Sigmodr
{
-namespace Widgets
+namespace CoreWidgets
{
class FractionWidget;
+}
+namespace Widgets
+{
class SIGMODRWIDGETS_EXPORT TypeUI : public ObjectUI
{
Q_OBJECT
@@ -52,7 +55,7 @@ class SIGMODRWIDGETS_EXPORT TypeUI : public ObjectUI
void stabChanged(const Sigcore::Fraction& stab);
private:
KLineEdit* ui_name;
- FractionWidget* ui_stab;
+ CoreWidgets::FractionWidget* ui_stab;
private slots:
void initGui();
void setGui();