summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/factories/stdwidgetfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/factories/stdwidgetfactory.h')
-rw-r--r--kexi/formeditor/factories/stdwidgetfactory.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kexi/formeditor/factories/stdwidgetfactory.h b/kexi/formeditor/factories/stdwidgetfactory.h
index 087ffdc8..a99bf6a8 100644
--- a/kexi/formeditor/factories/stdwidgetfactory.h
+++ b/kexi/formeditor/factories/stdwidgetfactory.h
@@ -41,14 +41,14 @@ class KFORMEDITOR_EXPORT Line : public TQFrame
{
Q_OBJECT
- TQ_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation)
+ TQ_PROPERTY(Orientation orientation READ orientation WRITE setOrientation)
public:
- Line(Qt::Orientation orient, TQWidget *parent, const char *name);
+ Line(Orientation orient, TQWidget *parent, const char *name);
~Line(){;}
- void setOrientation(Qt::Orientation orient);
- Qt::Orientation orientation() const;
+ void setOrientation(Orientation orient);
+ Orientation orientation() const;
};
//! Factory for all basic widgets, including Spring (not containers)