diff options
Diffstat (limited to 'lib/koproperty/editors')
| -rw-r--r-- | lib/koproperty/editors/booledit.h | 4 | ||||
| -rw-r--r-- | lib/koproperty/editors/coloredit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/combobox.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/cursoredit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/dateedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/datetimeedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/dummywidget.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/fontedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/linestyleedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/pixmapedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/pointedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/rectedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/sizeedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/sizepolicyedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/spinbox.h | 8 | ||||
| -rw-r--r-- | lib/koproperty/editors/stringedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/stringlistedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/symbolcombo.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/timeedit.h | 2 | ||||
| -rw-r--r-- | lib/koproperty/editors/urledit.h | 2 |
20 files changed, 24 insertions, 24 deletions
diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h index f93e4daa1..edd3c6370 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 000e6e825..2dd747073 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 709d07d6e..9bb7a745b 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 c6c76e0e2..ff3c565cb 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 dde21f0ce..58d679ae9 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 1ee321b9e..d27b1c07b 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 b06c571ad..61edac60d 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 091fafd02..96fa1617f 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 d5d386b50..c288e33f6 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 3b6a6cd5b..c2a9d0114 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 ce7fc423a..31623b469 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 5ab25408c..42f3630d6 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 87b1c2dd7..4ae5bf640 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 a33ef731c..f5e81e750 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 668b7b2b9..9c4a3fe2b 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 1e5e3c5c1..cebe6a3e7 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 994b186b2..af9812f51 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 50ffcf968..99eb325c0 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 642f41017..16b24686b 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 bba720917..597d09df4 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); |
