summaryrefslogtreecommitdiffstats
path: root/kommander/editor/widgetfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kommander/editor/widgetfactory.h')
-rw-r--r--kommander/editor/widgetfactory.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/kommander/editor/widgetfactory.h b/kommander/editor/widgetfactory.h
index 90e88235..913e855c 100644
--- a/kommander/editor/widgetfactory.h
+++ b/kommander/editor/widgetfactory.h
@@ -111,7 +111,7 @@ private:
class QDesignerTabWidget : public TQTabWidget
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int currentPage READ currentPage WRITE setCurrentPage STORED false DESIGNABLE true )
TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true )
TQ_PROPERTY( TQCString pageName READ pageName WRITE setPageName STORED false DESIGNABLE true )
@@ -141,7 +141,7 @@ private:
class EditorTabWidget : public TabWidget
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int currentPage READ currentPage WRITE setCurrentPage STORED false DESIGNABLE true )
TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true )
TQ_PROPERTY( TQCString pageName READ pageName WRITE setPageName STORED false DESIGNABLE true )
@@ -171,7 +171,7 @@ private:
class EditorToolBox : public ToolBox
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int currentPage READ currentPage WRITE setCurrentPage STORED false DESIGNABLE true )
TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true )
TQ_PROPERTY( TQCString pageName READ pageName WRITE setPageName STORED false DESIGNABLE true )
@@ -191,7 +191,7 @@ public:
class QDesignerWizard : public TQWizard
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int currentPage READ currentPageNum WRITE setCurrentPage STORED false DESIGNABLE true )
TQ_PROPERTY( TQString pageTitle READ pageTitle WRITE setPageTitle STORED false DESIGNABLE true )
TQ_PROPERTY( TQCString pageName READ pageName WRITE setPageName STORED false DESIGNABLE true )
@@ -227,7 +227,7 @@ private:
class TQLayoutWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
TQLayoutWidget( TQWidget *parent, const char *name ) : TQWidget( parent, name ), sp( TQWidget::sizePolicy() ) {}
@@ -246,7 +246,7 @@ protected:
class CustomWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
CustomWidget( TQWidget *parent, const char *name, MetaDataBase::CustomWidget *cw )
@@ -279,7 +279,7 @@ protected:
class Line : public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( Qt::Orientation orientation READ orientation WRITE setOrientation )
TQ_OVERRIDE( int frameWidth DESIGNABLE false )
@@ -306,7 +306,7 @@ public:
class QDesignerLabel : public TQLabel
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( TQCString buddy READ buddyWidget WRITE setBuddyWidget )
@@ -339,7 +339,7 @@ private:
class QDesignerWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
QDesignerWidget( FormWindow *fw, TQWidget *parent, const char *name )
@@ -356,7 +356,7 @@ private:
class QDesignerDialog : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
QDesignerDialog( FormWindow *fw, TQWidget *parent, const char *name )
@@ -373,7 +373,7 @@ private:
class QDesignerToolButton : public TQToolButton
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId )
public:
@@ -397,7 +397,7 @@ public:
class QDesignerRadioButton : public TQRadioButton
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId )
public:
@@ -422,7 +422,7 @@ public:
class QDesignerPushButton : public TQPushButton
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId )
public:
@@ -447,7 +447,7 @@ public:
class QDesignerCheckBox : public TQCheckBox
{
Q_OBJECT
- TQ_OBJECT
+
TQ_PROPERTY( int buttonGroupId READ buttonGroupId WRITE setButtonGroupId )
public:
@@ -472,7 +472,7 @@ public:
class EditorDialog : public Dialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
EditorDialog( FormWindow *fw, TQWidget *parent, const char *name )