diff options
Diffstat (limited to 'lib/widgets/propeditor')
28 files changed, 29 insertions, 29 deletions
diff --git a/lib/widgets/propeditor/pcheckbox.h b/lib/widgets/propeditor/pcheckbox.h index 8a7ff781..ed2aea39 100644 --- a/lib/widgets/propeditor/pcheckbox.h +++ b/lib/widgets/propeditor/pcheckbox.h @@ -31,7 +31,7 @@ namespace PropertyLib{ */ class PCheckBox: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: PCheckBox(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/pcolorbutton.h b/lib/widgets/propeditor/pcolorbutton.h index d7b7494e..ab17b449 100644 --- a/lib/widgets/propeditor/pcolorbutton.h +++ b/lib/widgets/propeditor/pcolorbutton.h @@ -36,7 +36,7 @@ namespace PropertyLib{ class PColorButton: public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PColorButton(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/pcolorcombo.h b/lib/widgets/propeditor/pcolorcombo.h index 3b189cb6..052c287d 100644 --- a/lib/widgets/propeditor/pcolorcombo.h +++ b/lib/widgets/propeditor/pcolorcombo.h @@ -31,7 +31,7 @@ namespace PropertyLib{ */ class PColorCombo: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: PColorCombo(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/pcombobox.h b/lib/widgets/propeditor/pcombobox.h index 82ccd220..98937eaa 100644 --- a/lib/widgets/propeditor/pcombobox.h +++ b/lib/widgets/propeditor/pcombobox.h @@ -35,7 +35,7 @@ namespace PropertyLib{ */ class PComboBox: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: /**This constructor is used for read-only selection combo. It provides a value from valueList*/ PComboBox(MultiProperty *property, const TQMap<TQString, TQVariant> &list, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/pcursoredit.h b/lib/widgets/propeditor/pcursoredit.h index 34bede80..1d3925ae 100644 --- a/lib/widgets/propeditor/pcursoredit.h +++ b/lib/widgets/propeditor/pcursoredit.h @@ -30,7 +30,7 @@ namespace PropertyLib{ class PCursorEdit: public PComboBox { Q_OBJECT - TQ_OBJECT + public: PCursorEdit(MultiProperty* property, const TQMap<TQString, TQVariant> &spValues, TQWidget* parent = 0, const char* name = 0); diff --git a/lib/widgets/propeditor/pdateedit.h b/lib/widgets/propeditor/pdateedit.h index 8348a24d..126a4023 100644 --- a/lib/widgets/propeditor/pdateedit.h +++ b/lib/widgets/propeditor/pdateedit.h @@ -32,7 +32,7 @@ namespace PropertyLib{ class PDateEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PDateEdit(MultiProperty* property, TQWidget* parent=0, const char* name=0); diff --git a/lib/widgets/propeditor/pdatetimeedit.h b/lib/widgets/propeditor/pdatetimeedit.h index 57130322..4b54714b 100644 --- a/lib/widgets/propeditor/pdatetimeedit.h +++ b/lib/widgets/propeditor/pdatetimeedit.h @@ -32,7 +32,7 @@ namespace PropertyLib{ class PDateTimeEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PDateTimeEdit(MultiProperty* property, TQWidget* parent=0, const char* name=0); diff --git a/lib/widgets/propeditor/pdoublenuminput.h b/lib/widgets/propeditor/pdoublenuminput.h index c3ef0d35..a26c2b0f 100644 --- a/lib/widgets/propeditor/pdoublenuminput.h +++ b/lib/widgets/propeditor/pdoublenuminput.h @@ -36,7 +36,7 @@ namespace PropertyLib{ class PDoubleNumInput: public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PDoubleNumInput(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/pdummywidget.h b/lib/widgets/propeditor/pdummywidget.h index 55649b45..dad94591 100644 --- a/lib/widgets/propeditor/pdummywidget.h +++ b/lib/widgets/propeditor/pdummywidget.h @@ -40,7 +40,7 @@ like TQValueList's or TQMap's stored in a variant. class PDummyWidget: public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PDummyWidget(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/pfontbutton.h b/lib/widgets/propeditor/pfontbutton.h index 91c07d81..761cb003 100644 --- a/lib/widgets/propeditor/pfontbutton.h +++ b/lib/widgets/propeditor/pfontbutton.h @@ -32,7 +32,7 @@ namespace PropertyLib{ class PFontButton : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PFontButton(MultiProperty* property, TQWidget* parent = 0, const char* name = 0); diff --git a/lib/widgets/propeditor/pfontcombo.h b/lib/widgets/propeditor/pfontcombo.h index ec22f662..f3ede408 100644 --- a/lib/widgets/propeditor/pfontcombo.h +++ b/lib/widgets/propeditor/pfontcombo.h @@ -35,7 +35,7 @@ namespace PropertyLib{ */ class PFontCombo: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: PFontCombo(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/plineedit.h b/lib/widgets/propeditor/plineedit.h index 46ee3963..4730a5c7 100644 --- a/lib/widgets/propeditor/plineedit.h +++ b/lib/widgets/propeditor/plineedit.h @@ -31,7 +31,7 @@ namespace PropertyLib{ */ class PLineEdit: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: PLineEdit(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/plinestyleedit.h b/lib/widgets/propeditor/plinestyleedit.h index 8d0a5347..2df5f3be 100644 --- a/lib/widgets/propeditor/plinestyleedit.h +++ b/lib/widgets/propeditor/plinestyleedit.h @@ -31,7 +31,7 @@ namespace PropertyLib { */ class PLineStyleEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PLineStyleEdit(MultiProperty* property, TQWidget* parent = 0, const char* name = 0); diff --git a/lib/widgets/propeditor/ppixmapedit.h b/lib/widgets/propeditor/ppixmapedit.h index cbffa443..1d95b6b5 100644 --- a/lib/widgets/propeditor/ppixmapedit.h +++ b/lib/widgets/propeditor/ppixmapedit.h @@ -33,7 +33,7 @@ namespace PropertyLib{ class PPixmapEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PPixmapEdit(MultiProperty* property, TQWidget* parent = 0, const char* name = 0); diff --git a/lib/widgets/propeditor/ppointedit.h b/lib/widgets/propeditor/ppointedit.h index 3deb3d94..b6f9f9ad 100644 --- a/lib/widgets/propeditor/ppointedit.h +++ b/lib/widgets/propeditor/ppointedit.h @@ -32,7 +32,7 @@ namespace PropertyLib{ class PPointEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PPointEdit(MultiProperty* property, TQWidget* parent=0, const char* name=0); diff --git a/lib/widgets/propeditor/prectedit.h b/lib/widgets/propeditor/prectedit.h index 09cf11c7..82abcda1 100644 --- a/lib/widgets/propeditor/prectedit.h +++ b/lib/widgets/propeditor/prectedit.h @@ -32,7 +32,7 @@ namespace PropertyLib{ class PRectEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PRectEdit(MultiProperty* property, TQWidget* parent=0, const char* name=0); diff --git a/lib/widgets/propeditor/propertyeditor.h b/lib/widgets/propeditor/propertyeditor.h index 2fdbe432..7cfa8521 100644 --- a/lib/widgets/propeditor/propertyeditor.h +++ b/lib/widgets/propeditor/propertyeditor.h @@ -57,7 +57,7 @@ creation of property widgets from the machine factory. */ class PropertyEditor: public KListView{ Q_OBJECT - TQ_OBJECT + public: /**Constructs the property editor.*/ PropertyEditor(TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/propertylist.h b/lib/widgets/propeditor/propertylist.h index 94baf50d..9cee76f8 100644 --- a/lib/widgets/propeditor/propertylist.h +++ b/lib/widgets/propeditor/propertylist.h @@ -55,7 +55,7 @@ alphabetically sorted list of properties or both at the same time. class PropertyList: public TQObject { Q_OBJECT - TQ_OBJECT + public: class Iterator { @@ -182,7 +182,7 @@ buf->intersect(list3); */ class PropertyBuffer: public PropertyList{ Q_OBJECT - TQ_OBJECT + public: /**Constructs a buffer from given property list.*/ PropertyBuffer(PropertyList *list); diff --git a/lib/widgets/propeditor/propertywidget.h b/lib/widgets/propeditor/propertywidget.h index 2105a220..f1cec5bc 100644 --- a/lib/widgets/propeditor/propertywidget.h +++ b/lib/widgets/propeditor/propertywidget.h @@ -48,7 +48,7 @@ in the library. */ class PropertyWidget: public TQWidget{ Q_OBJECT - TQ_OBJECT + public: /**Constructs widget for property with name "propertyName".*/ PropertyWidget(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/propertywidgetproxy.h b/lib/widgets/propeditor/propertywidgetproxy.h index 642d7824..37bbadb8 100644 --- a/lib/widgets/propeditor/propertywidgetproxy.h +++ b/lib/widgets/propeditor/propertywidgetproxy.h @@ -42,7 +42,7 @@ depending on the property type. class PropertyWidgetProxy: public TQWidget { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( int propertyType READ propertyType WRITE setPropertyType DESIGNABLE true ) TQ_PROPERTY( PropertyType propertyType2 READ propertyType2 WRITE setPropertyType2 DESIGNABLE false ) public: diff --git a/lib/widgets/propeditor/psizeedit.h b/lib/widgets/propeditor/psizeedit.h index 43da3c55..34acbb41 100644 --- a/lib/widgets/propeditor/psizeedit.h +++ b/lib/widgets/propeditor/psizeedit.h @@ -34,7 +34,7 @@ namespace PropertyLib{ class PSizeEdit: public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PSizeEdit(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/psizepolicyedit.h b/lib/widgets/propeditor/psizepolicyedit.h index 586b4cba..58b661f6 100644 --- a/lib/widgets/propeditor/psizepolicyedit.h +++ b/lib/widgets/propeditor/psizepolicyedit.h @@ -34,7 +34,7 @@ namespace PropertyLib{ class PSizePolicyEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PSizePolicyEdit(MultiProperty* property, const TQMap<TQString, TQVariant> &spValues, TQWidget* parent=0, const char* name=0); diff --git a/lib/widgets/propeditor/pspinbox.h b/lib/widgets/propeditor/pspinbox.h index 3b6da02a..ecb73907 100644 --- a/lib/widgets/propeditor/pspinbox.h +++ b/lib/widgets/propeditor/pspinbox.h @@ -31,7 +31,7 @@ namespace PropertyLib{ */ class PSpinBox: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: PSpinBox(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); PSpinBox(MultiProperty *property, int minValue, int maxValue, int step = 1, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/pstringlistedit.h b/lib/widgets/propeditor/pstringlistedit.h index 7e651e43..85b2ecc7 100644 --- a/lib/widgets/propeditor/pstringlistedit.h +++ b/lib/widgets/propeditor/pstringlistedit.h @@ -35,7 +35,7 @@ namespace PropertyLib{ class PStringListEdit: public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PStringListEdit(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/psymbolcombo.h b/lib/widgets/propeditor/psymbolcombo.h index adb88e78..52750fa1 100644 --- a/lib/widgets/propeditor/psymbolcombo.h +++ b/lib/widgets/propeditor/psymbolcombo.h @@ -34,7 +34,7 @@ namespace PropertyLib{ */ class PSymbolCombo: public PropertyWidget{ Q_OBJECT - TQ_OBJECT + public: PSymbolCombo(MultiProperty *property, TQWidget *parent = 0, const char *name = 0); diff --git a/lib/widgets/propeditor/purledit.h b/lib/widgets/propeditor/purledit.h index 396b16ba..88435a40 100644 --- a/lib/widgets/propeditor/purledit.h +++ b/lib/widgets/propeditor/purledit.h @@ -39,7 +39,7 @@ namespace PropertyLib{ class PUrlEdit : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: #ifndef PURE_QT enum Mode {File = KFile::File,Directory = KFile::Directory}; diff --git a/lib/widgets/propeditor/pyesnobutton.h b/lib/widgets/propeditor/pyesnobutton.h index 412d167d..bb899186 100644 --- a/lib/widgets/propeditor/pyesnobutton.h +++ b/lib/widgets/propeditor/pyesnobutton.h @@ -32,7 +32,7 @@ namespace PropertyLib{ class PYesNoButton : public PropertyWidget { Q_OBJECT - TQ_OBJECT + public: PYesNoButton(MultiProperty* property, TQWidget* parent = 0, const char* name = 0); diff --git a/lib/widgets/propeditor/qeditlistbox.h b/lib/widgets/propeditor/qeditlistbox.h index 2750623b..b57c454e 100644 --- a/lib/widgets/propeditor/qeditlistbox.h +++ b/lib/widgets/propeditor/qeditlistbox.h @@ -45,7 +45,7 @@ class QEditListBoxPrivate; class QEditListBox : public TQGroupBox { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQStringList items READ items WRITE setItems ) |