From 75b5de5bf835988d57b781f8408d428646beef59 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 17 Feb 2012 16:09:11 -0600 Subject: Remove spurious TQ_OBJECT instances --- kregexpeditor/KMultiFormListBox/indexWindow.h | 2 +- kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h | 2 +- kregexpeditor/KMultiFormListBox/kmultiformlistbox-windowed.h | 2 +- kregexpeditor/KMultiFormListBox/kmultiformlistbox.h | 2 +- kregexpeditor/KMultiFormListBox/kmultiformlistboxentry.h | 2 +- kregexpeditor/auxbuttons.h | 2 +- kregexpeditor/characterswidget.h | 2 +- kregexpeditor/charselector.h | 2 +- kregexpeditor/compoundwidget.h | 2 +- kregexpeditor/dcbutton.h | 2 +- kregexpeditor/editorwindow.h | 2 +- kregexpeditor/kregexpeditorgui.h | 4 ++-- kregexpeditor/kregexpeditorprivate.h | 2 +- kregexpeditor/lookaheadwidget.h | 2 +- kregexpeditor/qt-only/compat.h | 4 ++-- kregexpeditor/regexpbuttons.h | 2 +- kregexpeditor/regexpwidget.h | 2 +- kregexpeditor/repeatwidget.h | 4 ++-- kregexpeditor/scrollededitorwindow.h | 2 +- kregexpeditor/selectablelineedit.h | 2 +- kregexpeditor/singlecontainerwidget.h | 2 +- kregexpeditor/textwidget.h | 2 +- kregexpeditor/userdefinedregexps.h | 2 +- kregexpeditor/verifier.h | 2 +- kregexpeditor/verifybuttons.h | 2 +- 25 files changed, 28 insertions(+), 28 deletions(-) (limited to 'kregexpeditor') diff --git a/kregexpeditor/KMultiFormListBox/indexWindow.h b/kregexpeditor/KMultiFormListBox/indexWindow.h index 833c789..cf15393 100644 --- a/kregexpeditor/KMultiFormListBox/indexWindow.h +++ b/kregexpeditor/KMultiFormListBox/indexWindow.h @@ -41,7 +41,7 @@ class indexWindow : public TQWidget{ Q_OBJECT - TQ_OBJECT + public: indexWindow(); diff --git a/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h b/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h index 172bb6f..04a3f75 100644 --- a/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h +++ b/kregexpeditor/KMultiFormListBox/kmultiformlistbox-multivisible.h @@ -35,7 +35,7 @@ class KMultiFormListBoxMultiVisible :public TQScrollView, KMultiFormListBoxShower { Q_OBJECT - TQ_OBJECT + friend class KMultiFormListBox; diff --git a/kregexpeditor/KMultiFormListBox/kmultiformlistbox-windowed.h b/kregexpeditor/KMultiFormListBox/kmultiformlistbox-windowed.h index 764993e..f86f6a4 100644 --- a/kregexpeditor/KMultiFormListBox/kmultiformlistbox-windowed.h +++ b/kregexpeditor/KMultiFormListBox/kmultiformlistbox-windowed.h @@ -38,7 +38,7 @@ class WindowListboxItem; class KMultiFormListBoxWindowed :public TQWidget, KMultiFormListBoxShower { Q_OBJECT - TQ_OBJECT + friend class KMultiFormListBox; diff --git a/kregexpeditor/KMultiFormListBox/kmultiformlistbox.h b/kregexpeditor/KMultiFormListBox/kmultiformlistbox.h index ba9b8a8..89a6d0a 100644 --- a/kregexpeditor/KMultiFormListBox/kmultiformlistbox.h +++ b/kregexpeditor/KMultiFormListBox/kmultiformlistbox.h @@ -63,7 +63,7 @@ class KMultiFormListBoxMultiVisible; class KMultiFormListBox : public TQWidget { Q_OBJECT - TQ_OBJECT + public: diff --git a/kregexpeditor/KMultiFormListBox/kmultiformlistboxentry.h b/kregexpeditor/KMultiFormListBox/kmultiformlistboxentry.h index 90d4e35..b3750bb 100644 --- a/kregexpeditor/KMultiFormListBox/kmultiformlistboxentry.h +++ b/kregexpeditor/KMultiFormListBox/kmultiformlistboxentry.h @@ -48,7 +48,7 @@ class KMultiFormListBoxEntry : public TQWidget { Q_OBJECT - TQ_OBJECT + public: KMultiFormListBoxEntry(TQWidget *parent, const char *name) : TQWidget(parent,name) {} diff --git a/kregexpeditor/auxbuttons.h b/kregexpeditor/auxbuttons.h index d16b7c7..d8775a5 100644 --- a/kregexpeditor/auxbuttons.h +++ b/kregexpeditor/auxbuttons.h @@ -26,7 +26,7 @@ class TQToolButton; class AuxButtons :public TQDockWindow { Q_OBJECT - TQ_OBJECT + public: AuxButtons( TQWidget* parent, const char* name ); diff --git a/kregexpeditor/characterswidget.h b/kregexpeditor/characterswidget.h index 576e6f1..8100f0a 100644 --- a/kregexpeditor/characterswidget.h +++ b/kregexpeditor/characterswidget.h @@ -123,7 +123,7 @@ public: class CharacterEdits : public KDialogBase { Q_OBJECT - TQ_OBJECT + public: CharacterEdits(TQWidget *parent = 0, const char *name = 0); diff --git a/kregexpeditor/charselector.h b/kregexpeditor/charselector.h index c34ffac..611ab19 100644 --- a/kregexpeditor/charselector.h +++ b/kregexpeditor/charselector.h @@ -27,7 +27,7 @@ class LimitedCharLineEdit; class CharSelector :public TQWidget { Q_OBJECT - TQ_OBJECT + public: CharSelector( TQWidget* parent, const char* name = 0 ); diff --git a/kregexpeditor/compoundwidget.h b/kregexpeditor/compoundwidget.h index ad16de8..746f33a 100644 --- a/kregexpeditor/compoundwidget.h +++ b/kregexpeditor/compoundwidget.h @@ -60,7 +60,7 @@ private: class CompoundWidget :public SingleContainerWidget { Q_OBJECT - TQ_OBJECT + public: CompoundWidget( RegExpEditorWindow* editorWindow, TQWidget* parent, diff --git a/kregexpeditor/dcbutton.h b/kregexpeditor/dcbutton.h index 8f56505..451d1b3 100644 --- a/kregexpeditor/dcbutton.h +++ b/kregexpeditor/dcbutton.h @@ -28,7 +28,7 @@ class TQMouseEvent; class DoubleClickButton :public TQToolButton { Q_OBJECT - TQ_OBJECT + public: DoubleClickButton( TQPixmap pix, TQWidget* parent, const char* name = 0); diff --git a/kregexpeditor/editorwindow.h b/kregexpeditor/editorwindow.h index 0d20597..f1ff424 100644 --- a/kregexpeditor/editorwindow.h +++ b/kregexpeditor/editorwindow.h @@ -46,7 +46,7 @@ class TQHBoxLayout; class RegExpEditorWindow :public TQWidget { Q_OBJECT - TQ_OBJECT + public: RegExpEditorWindow(TQWidget *parent, const char *name = 0); diff --git a/kregexpeditor/kregexpeditorgui.h b/kregexpeditor/kregexpeditorgui.h index 58ecc65..17ff05c 100644 --- a/kregexpeditor/kregexpeditorgui.h +++ b/kregexpeditor/kregexpeditorgui.h @@ -37,7 +37,7 @@ class KRegExpEditorPrivate; class KDE_EXPORT KRegExpEditorGUI :public TQWidget, public KRegExpEditorInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp ) public: KRegExpEditorGUI( TQWidget *parent, const char *name = 0, @@ -67,7 +67,7 @@ private: class KDE_EXPORT KRegExpEditorGUIDialog : public KDialogBase, public KRegExpEditorInterface { Q_OBJECT - TQ_OBJECT + TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp ) public: KRegExpEditorGUIDialog( TQWidget *parent, const char *name, const TQStringList &args ); diff --git a/kregexpeditor/kregexpeditorprivate.h b/kregexpeditor/kregexpeditorprivate.h index ce7bc63..9cff2cf 100644 --- a/kregexpeditor/kregexpeditorprivate.h +++ b/kregexpeditor/kregexpeditorprivate.h @@ -46,7 +46,7 @@ class TQToolButton; class KRegExpEditorPrivate :public TQWidget { Q_OBJECT - TQ_OBJECT + public: KRegExpEditorPrivate( TQWidget *parent, const char *name = 0 ); diff --git a/kregexpeditor/lookaheadwidget.h b/kregexpeditor/lookaheadwidget.h index 36c4e42..14efee0 100644 --- a/kregexpeditor/lookaheadwidget.h +++ b/kregexpeditor/lookaheadwidget.h @@ -24,7 +24,7 @@ class LookAheadRegExp; class LookAheadWidget :public SingleContainerWidget { Q_OBJECT - TQ_OBJECT + public: LookAheadWidget( RegExpEditorWindow* editorWindow, RegExpType tp, TQWidget* parent, const char* name = 0 ); LookAheadWidget( LookAheadRegExp* regexp, RegExpEditorWindow* editorWindow, RegExpType tp, diff --git a/kregexpeditor/qt-only/compat.h b/kregexpeditor/qt-only/compat.h index cd3d10f..7812073 100644 --- a/kregexpeditor/qt-only/compat.h +++ b/kregexpeditor/qt-only/compat.h @@ -37,7 +37,7 @@ TQString i18n( const TQString& a, const TQString& b); class KDialogBase :public TQDialog { Q_OBJECT - TQ_OBJECT + public: enum ButtonCode {Ok = 1, Cancel, Help}; @@ -73,7 +73,7 @@ private: class KMessageBox :public TQMessageBox { Q_OBJECT - TQ_OBJECT + public: enum ButtonCode { Ok = 1, Cancel = 2, Yes = 3, No = 4, Continue = 5 }; static int warningYesNo (TQWidget *parent, const TQString &text, diff --git a/kregexpeditor/regexpbuttons.h b/kregexpeditor/regexpbuttons.h index 5cdbba0..a0306e2 100644 --- a/kregexpeditor/regexpbuttons.h +++ b/kregexpeditor/regexpbuttons.h @@ -29,7 +29,7 @@ class TQSignalMapper; class RegExpButtons :public TQDockWindow { Q_OBJECT - TQ_OBJECT + public: RegExpButtons( TQWidget *parent, const char *name = 0 ); diff --git a/kregexpeditor/regexpwidget.h b/kregexpeditor/regexpwidget.h index d9480e9..8a4ba41 100644 --- a/kregexpeditor/regexpwidget.h +++ b/kregexpeditor/regexpwidget.h @@ -32,7 +32,7 @@ class RegExpEditorWindow; class RegExpWidget :public TQWidget { Q_OBJECT - TQ_OBJECT + public: RegExpWidget(RegExpEditorWindow* editorWindow, TQWidget *parent, diff --git a/kregexpeditor/repeatwidget.h b/kregexpeditor/repeatwidget.h index 98ea6ee..c740717 100644 --- a/kregexpeditor/repeatwidget.h +++ b/kregexpeditor/repeatwidget.h @@ -33,7 +33,7 @@ class RepeatRegExp; class RepeatRangeWindow :public TQVBox { Q_OBJECT - TQ_OBJECT + public: enum REPEATTYPE {ANY, ATLEAST, ATMOST, EXACTLY, MINMAX}; @@ -72,7 +72,7 @@ private: class RepeatWidget :public SingleContainerWidget { Q_OBJECT - TQ_OBJECT + public: RepeatWidget( RegExpEditorWindow* editorWindow, TQWidget *parent, diff --git a/kregexpeditor/scrollededitorwindow.h b/kregexpeditor/scrollededitorwindow.h index b404cee..8a40a3c 100644 --- a/kregexpeditor/scrollededitorwindow.h +++ b/kregexpeditor/scrollededitorwindow.h @@ -30,7 +30,7 @@ class RegExp; class RegExpScrolledEditorWindow :public TQWidget { Q_OBJECT - TQ_OBJECT + public: RegExpScrolledEditorWindow( TQWidget *parent = 0, const char* name = 0); RegExp* regExp(); diff --git a/kregexpeditor/selectablelineedit.h b/kregexpeditor/selectablelineedit.h index 79522b3..5cdb1a0 100644 --- a/kregexpeditor/selectablelineedit.h +++ b/kregexpeditor/selectablelineedit.h @@ -34,7 +34,7 @@ class RegExpWidget; class SelectableLineEdit :public TQLineEdit { Q_OBJECT - TQ_OBJECT + public: SelectableLineEdit( RegExpWidget* owner, TQWidget* parent = 0, const char* name = 0); diff --git a/kregexpeditor/singlecontainerwidget.h b/kregexpeditor/singlecontainerwidget.h index 3e6768a..268e599 100644 --- a/kregexpeditor/singlecontainerwidget.h +++ b/kregexpeditor/singlecontainerwidget.h @@ -25,7 +25,7 @@ class SingleContainerWidget :public RegExpWidget { Q_OBJECT - TQ_OBJECT + public: SingleContainerWidget( RegExpEditorWindow* editorWindow, TQWidget* parent, diff --git a/kregexpeditor/textwidget.h b/kregexpeditor/textwidget.h index ac1c069..cd8d8f8 100644 --- a/kregexpeditor/textwidget.h +++ b/kregexpeditor/textwidget.h @@ -30,7 +30,7 @@ class TextRegExp; class TextWidget : public RegExpWidget { Q_OBJECT - TQ_OBJECT + public: TextWidget(RegExpEditorWindow* editorWindow, TQWidget *parent, diff --git a/kregexpeditor/userdefinedregexps.h b/kregexpeditor/userdefinedregexps.h index 0b01b81..1cbb989 100644 --- a/kregexpeditor/userdefinedregexps.h +++ b/kregexpeditor/userdefinedregexps.h @@ -28,7 +28,7 @@ class RegExp; class UserDefinedRegExps :public TQDockWindow { Q_OBJECT - TQ_OBJECT + public: UserDefinedRegExps( TQWidget *parent, const char *name = 0 ); diff --git a/kregexpeditor/verifier.h b/kregexpeditor/verifier.h index d1999d6..abc6adf 100644 --- a/kregexpeditor/verifier.h +++ b/kregexpeditor/verifier.h @@ -26,7 +26,7 @@ class SyntaxHighlighter; class Verifier :public TQTextEdit { Q_OBJECT - TQ_OBJECT + public: Verifier( TQWidget* parent, const char* name = 0 ); void setHighlighter( RegexpHighlighter* ); diff --git a/kregexpeditor/verifybuttons.h b/kregexpeditor/verifybuttons.h index 90629c0..f700643 100644 --- a/kregexpeditor/verifybuttons.h +++ b/kregexpeditor/verifybuttons.h @@ -28,7 +28,7 @@ class TQPopupMenu; class VerifyButtons :public TQDockWindow { Q_OBJECT - TQ_OBJECT + public: VerifyButtons( TQWidget* parent, const char* name ); -- cgit v1.2.3