diff options
Diffstat (limited to 'lib/koproperty')
25 files changed, 30 insertions, 30 deletions
diff --git a/lib/koproperty/editor.h b/lib/koproperty/editor.h index 05725529..7f8d41fa 100644 --- a/lib/koproperty/editor.h +++ b/lib/koproperty/editor.h @@ -63,7 +63,7 @@ class EditorItem; class KOPROPERTY_EXPORT Editor : public KListView { Q_OBJECT - TQ_OBJECT + public: /*! Creates an empty Editor with \a parent as parent widget. diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h index f93e4daa..edd3c637 100644 --- a/lib/koproperty/editors/booledit.h +++ b/lib/koproperty/editors/booledit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT BoolEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: BoolEdit(Property *property, TQWidget *parent=0, const char *name=0); @@ -60,7 +60,7 @@ class KOPROPERTY_EXPORT BoolEdit : public Widget class KOPROPERTY_EXPORT ThreeStateBoolEdit : public ComboBox { Q_OBJECT - TQ_OBJECT + public: ThreeStateBoolEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/coloredit.h b/lib/koproperty/editors/coloredit.h index 000e6e82..2dd74707 100644 --- a/lib/koproperty/editors/coloredit.h +++ b/lib/koproperty/editors/coloredit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ColorButton : public Widget { Q_OBJECT - TQ_OBJECT + public: ColorButton(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/combobox.h b/lib/koproperty/editors/combobox.h index 709d07d6..9bb7a745 100644 --- a/lib/koproperty/editors/combobox.h +++ b/lib/koproperty/editors/combobox.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ComboBox : public Widget { Q_OBJECT - TQ_OBJECT + public: ComboBox(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/cursoredit.h b/lib/koproperty/editors/cursoredit.h index c6c76e0e..ff3c565c 100644 --- a/lib/koproperty/editors/cursoredit.h +++ b/lib/koproperty/editors/cursoredit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT CursorEdit : public ComboBox { Q_OBJECT - TQ_OBJECT + public: CursorEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/dateedit.h b/lib/koproperty/editors/dateedit.h index dde21f0c..58d679ae 100644 --- a/lib/koproperty/editors/dateedit.h +++ b/lib/koproperty/editors/dateedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: DateEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/datetimeedit.h b/lib/koproperty/editors/datetimeedit.h index 1ee321b9..d27b1c07 100644 --- a/lib/koproperty/editors/datetimeedit.h +++ b/lib/koproperty/editors/datetimeedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateTimeEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: DateTimeEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/dummywidget.h b/lib/koproperty/editors/dummywidget.h index b06c571a..61edac60 100644 --- a/lib/koproperty/editors/dummywidget.h +++ b/lib/koproperty/editors/dummywidget.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DummyWidget: public Widget { Q_OBJECT - TQ_OBJECT + public: DummyWidget(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/fontedit.h b/lib/koproperty/editors/fontedit.h index 091fafd0..96fa1617 100644 --- a/lib/koproperty/editors/fontedit.h +++ b/lib/koproperty/editors/fontedit.h @@ -31,7 +31,7 @@ class FontEditRequester; class KOPROPERTY_EXPORT FontEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: FontEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/linestyleedit.h b/lib/koproperty/editors/linestyleedit.h index d5d386b5..c288e33f 100644 --- a/lib/koproperty/editors/linestyleedit.h +++ b/lib/koproperty/editors/linestyleedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT LineStyleEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: LineStyleEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/pixmapedit.h b/lib/koproperty/editors/pixmapedit.h index 3b6a6cd5..c2a9d011 100644 --- a/lib/koproperty/editors/pixmapedit.h +++ b/lib/koproperty/editors/pixmapedit.h @@ -34,7 +34,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PixmapEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: PixmapEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/pointedit.h b/lib/koproperty/editors/pointedit.h index ce7fc423..31623b46 100644 --- a/lib/koproperty/editors/pointedit.h +++ b/lib/koproperty/editors/pointedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PointEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: PointEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/rectedit.h b/lib/koproperty/editors/rectedit.h index 5ab25408..42f3630d 100644 --- a/lib/koproperty/editors/rectedit.h +++ b/lib/koproperty/editors/rectedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT RectEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: RectEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/sizeedit.h b/lib/koproperty/editors/sizeedit.h index 87b1c2dd..4ae5bf64 100644 --- a/lib/koproperty/editors/sizeedit.h +++ b/lib/koproperty/editors/sizeedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizeEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: SizeEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/sizepolicyedit.h b/lib/koproperty/editors/sizepolicyedit.h index a33ef731..f5e81e75 100644 --- a/lib/koproperty/editors/sizepolicyedit.h +++ b/lib/koproperty/editors/sizepolicyedit.h @@ -34,7 +34,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizePolicyEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: SizePolicyEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/spinbox.h b/lib/koproperty/editors/spinbox.h index 668b7b2b..9c4a3fe2 100644 --- a/lib/koproperty/editors/spinbox.h +++ b/lib/koproperty/editors/spinbox.h @@ -35,7 +35,7 @@ class DoubleEdit; class IntSpinBox : public KIntSpinBox { Q_OBJECT - TQ_OBJECT + public: IntSpinBox(int lower, int upper, int step, int value, int base=10, @@ -51,7 +51,7 @@ class IntSpinBox : public KIntSpinBox class KOPROPERTY_EXPORT IntEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: IntEdit(Property *property, TQWidget *parent=0, const char *name=0); @@ -77,7 +77,7 @@ class KOPROPERTY_EXPORT IntEdit : public Widget class DoubleSpinBox : public KDoubleSpinBox { Q_OBJECT - TQ_OBJECT + public: //! \todo Support setting precision limits, step, etc. @@ -95,7 +95,7 @@ class DoubleSpinBox : public KDoubleSpinBox class KOPROPERTY_EXPORT DoubleEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: DoubleEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/stringedit.h b/lib/koproperty/editors/stringedit.h index 1e5e3c5c..cebe6a3e 100644 --- a/lib/koproperty/editors/stringedit.h +++ b/lib/koproperty/editors/stringedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: StringEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/stringlistedit.h b/lib/koproperty/editors/stringlistedit.h index 994b186b..af9812f5 100644 --- a/lib/koproperty/editors/stringlistedit.h +++ b/lib/koproperty/editors/stringlistedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringListEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: StringListEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/symbolcombo.h b/lib/koproperty/editors/symbolcombo.h index 50ffcf96..99eb325c 100644 --- a/lib/koproperty/editors/symbolcombo.h +++ b/lib/koproperty/editors/symbolcombo.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SymbolCombo : public Widget { Q_OBJECT - TQ_OBJECT + public: SymbolCombo(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/timeedit.h b/lib/koproperty/editors/timeedit.h index 642f4101..16b24686 100644 --- a/lib/koproperty/editors/timeedit.h +++ b/lib/koproperty/editors/timeedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT TimeEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: TimeEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/editors/urledit.h b/lib/koproperty/editors/urledit.h index bba72091..597d09df 100644 --- a/lib/koproperty/editors/urledit.h +++ b/lib/koproperty/editors/urledit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT URLEdit : public Widget { Q_OBJECT - TQ_OBJECT + public: URLEdit(Property *property, TQWidget *parent=0, const char *name=0); diff --git a/lib/koproperty/set.h b/lib/koproperty/set.h index efb90cd9..9e1dc3d2 100644 --- a/lib/koproperty/set.h +++ b/lib/koproperty/set.h @@ -40,7 +40,7 @@ class SetPrivate; class KOPROPERTY_EXPORT Set : public TQObject { Q_OBJECT - TQ_OBJECT + public: /*! \brief A class to iterate over a Set. @@ -234,7 +234,7 @@ class KOPROPERTY_EXPORT Set : public TQObject class KOPROPERTY_EXPORT Buffer : public Set { Q_OBJECT - TQ_OBJECT + public: Buffer(); diff --git a/lib/koproperty/test/test.h b/lib/koproperty/test/test.h index b0a278c8..8d9dedb2 100644 --- a/lib/koproperty/test/test.h +++ b/lib/koproperty/test/test.h @@ -36,7 +36,7 @@ class Test : public KMainWindow { Q_OBJECT - TQ_OBJECT + public: Test(); virtual ~Test(); diff --git a/lib/koproperty/widget.h b/lib/koproperty/widget.h index 5ed85885..a93e59cb 100644 --- a/lib/koproperty/widget.h +++ b/lib/koproperty/widget.h @@ -36,7 +36,7 @@ class Property; class KOPROPERTY_EXPORT Widget : public TQWidget { Q_OBJECT - TQ_OBJECT + public: Widget(Property *property, TQWidget *parent, const char *name="property_editor"); diff --git a/lib/koproperty/widgetproxy.h b/lib/koproperty/widgetproxy.h index f63cbdd1..6a52f67d 100644 --- a/lib/koproperty/widgetproxy.h +++ b/lib/koproperty/widgetproxy.h @@ -37,7 +37,7 @@ class WidgetProxyPrivate; class KOPROPERTY_EXPORT WidgetProxy : public TQWidget { Q_OBJECT - TQ_OBJECT + public: WidgetProxy(TQWidget *parent, const char *name=0); |