diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
tree | b2a50806758f457480546bccb342017d9c971bd8 /lib/koproperty/editors | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
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 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); |