summaryrefslogtreecommitdiffstats
path: root/kregexpeditor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 15:07:45 +0900
commitf52c435e293d27908ce3f2b0fe41d58f06f4ec80 (patch)
treeddb47c111df608a2bedf7e44a3c3523c8eeaf826 /kregexpeditor
parent2ef5cc391777c9d91c7c42d7d89fbdeb3ae0c88f (diff)
downloadtdeutils-f52c435e293d27908ce3f2b0fe41d58f06f4ec80.tar.gz
tdeutils-f52c435e293d27908ce3f2b0fe41d58f06f4ec80.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kregexpeditor')
-rw-r--r--kregexpeditor/KMultiFormListBox/indexWindow.h2
-rw-r--r--kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h2
-rw-r--r--kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h2
-rw-r--r--kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h2
-rw-r--r--kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h2
-rw-r--r--kregexpeditor/auxbuttons.h2
-rw-r--r--kregexpeditor/characterswidget.h2
-rw-r--r--kregexpeditor/charselector.h2
-rw-r--r--kregexpeditor/compoundwidget.h2
-rw-r--r--kregexpeditor/dcbutton.h2
-rw-r--r--kregexpeditor/editorwindow.h2
-rw-r--r--kregexpeditor/kregexpeditorgui.h4
-rw-r--r--kregexpeditor/kregexpeditorprivate.h2
-rw-r--r--kregexpeditor/lookaheadwidget.h2
-rw-r--r--kregexpeditor/qt-only/compat.h4
-rw-r--r--kregexpeditor/regexpbuttons.h2
-rw-r--r--kregexpeditor/regexpwidget.h2
-rw-r--r--kregexpeditor/repeatwidget.h4
-rw-r--r--kregexpeditor/scrollededitorwindow.h2
-rw-r--r--kregexpeditor/selectablelineedit.h2
-rw-r--r--kregexpeditor/singlecontainerwidget.h2
-rw-r--r--kregexpeditor/textwidget.h2
-rw-r--r--kregexpeditor/userdefinedregexps.h2
-rw-r--r--kregexpeditor/verifier.h2
-rw-r--r--kregexpeditor/verifybuttons.h2
25 files changed, 28 insertions, 28 deletions
diff --git a/kregexpeditor/KMultiFormListBox/indexWindow.h b/kregexpeditor/KMultiFormListBox/indexWindow.h
index cf15393..a841bc0 100644
--- a/kregexpeditor/KMultiFormListBox/indexWindow.h
+++ b/kregexpeditor/KMultiFormListBox/indexWindow.h
@@ -40,7 +40,7 @@
**/
class indexWindow : public TQWidget{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h
index 5077496..f9cab74 100644
--- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h
+++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-multivisible.h
@@ -34,7 +34,7 @@
*/
class KMultiFormListBoxMultiVisible :public TQScrollView, KMultiFormListBoxShower {
-Q_OBJECT
+TQ_OBJECT
friend class KMultiFormListBox;
diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h
index 2b3a555..8f4e27a 100644
--- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h
+++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h
@@ -37,7 +37,7 @@ class WindowListboxItem;
*/
class KMultiFormListBoxWindowed :public TQWidget, KMultiFormListBoxShower {
-Q_OBJECT
+TQ_OBJECT
friend class KMultiFormListBox;
diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h
index 1918625..f9917d0 100644
--- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h
+++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox.h
@@ -62,7 +62,7 @@ class KMultiFormListBoxMultiVisible;
**/
class KMultiFormListBox : public TQWidget {
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h
index 957f3ab..a5b2974 100644
--- a/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h
+++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistboxentry.h
@@ -47,7 +47,7 @@
**/
class KMultiFormListBoxEntry : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kregexpeditor/auxbuttons.h b/kregexpeditor/auxbuttons.h
index d8775a5..c7e5851 100644
--- a/kregexpeditor/auxbuttons.h
+++ b/kregexpeditor/auxbuttons.h
@@ -25,7 +25,7 @@ class TQToolButton;
class AuxButtons :public TQDockWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kregexpeditor/characterswidget.h b/kregexpeditor/characterswidget.h
index 1450d97..af0faf9 100644
--- a/kregexpeditor/characterswidget.h
+++ b/kregexpeditor/characterswidget.h
@@ -122,7 +122,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 611ab19..70a2bbc 100644
--- a/kregexpeditor/charselector.h
+++ b/kregexpeditor/charselector.h
@@ -26,7 +26,7 @@ class LimitedCharLineEdit;
class CharSelector :public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kregexpeditor/compoundwidget.h b/kregexpeditor/compoundwidget.h
index 746f33a..3be5e73 100644
--- a/kregexpeditor/compoundwidget.h
+++ b/kregexpeditor/compoundwidget.h
@@ -59,7 +59,7 @@ private:
*/
class CompoundWidget :public SingleContainerWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/dcbutton.h b/kregexpeditor/dcbutton.h
index 451d1b3..daec605 100644
--- a/kregexpeditor/dcbutton.h
+++ b/kregexpeditor/dcbutton.h
@@ -27,7 +27,7 @@ class TQMouseEvent;
*/
class DoubleClickButton :public TQToolButton
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/editorwindow.h b/kregexpeditor/editorwindow.h
index f1ff424..e249b6a 100644
--- a/kregexpeditor/editorwindow.h
+++ b/kregexpeditor/editorwindow.h
@@ -45,7 +45,7 @@ class TQHBoxLayout;
*/
class RegExpEditorWindow :public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kregexpeditor/kregexpeditorgui.h b/kregexpeditor/kregexpeditorgui.h
index 17ff05c..f0e3f4e 100644
--- a/kregexpeditor/kregexpeditorgui.h
+++ b/kregexpeditor/kregexpeditorgui.h
@@ -36,7 +36,7 @@ class KRegExpEditorPrivate;
**/
class KDE_EXPORT KRegExpEditorGUI :public TQWidget, public KRegExpEditorInterface
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp )
public:
@@ -66,7 +66,7 @@ private:
class KDE_EXPORT KRegExpEditorGUIDialog : public KDialogBase, public KRegExpEditorInterface
{
- Q_OBJECT
+ TQ_OBJECT
TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp )
public:
diff --git a/kregexpeditor/kregexpeditorprivate.h b/kregexpeditor/kregexpeditorprivate.h
index 9cff2cf..9e1eabb 100644
--- a/kregexpeditor/kregexpeditorprivate.h
+++ b/kregexpeditor/kregexpeditorprivate.h
@@ -45,7 +45,7 @@ class TQToolButton;
**/
class KRegExpEditorPrivate :public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kregexpeditor/lookaheadwidget.h b/kregexpeditor/lookaheadwidget.h
index 14efee0..5c51d81 100644
--- a/kregexpeditor/lookaheadwidget.h
+++ b/kregexpeditor/lookaheadwidget.h
@@ -23,7 +23,7 @@ class LookAheadRegExp;
class LookAheadWidget :public SingleContainerWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
LookAheadWidget( RegExpEditorWindow* editorWindow, RegExpType tp, TQWidget* parent, const char* name = 0 );
diff --git a/kregexpeditor/qt-only/compat.h b/kregexpeditor/qt-only/compat.h
index bf8e9ee..16d7263 100644
--- a/kregexpeditor/qt-only/compat.h
+++ b/kregexpeditor/qt-only/compat.h
@@ -36,7 +36,7 @@ TQString i18n( const TQString& a, const TQString& b);
class KDialogBase :public TQDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -72,7 +72,7 @@ private:
class KMessageBox :public TQMessageBox
{
- Q_OBJECT
+ TQ_OBJECT
public:
enum ButtonCode { Ok = 1, Cancel = 2, Yes = 3, No = 4, Continue = 5 };
diff --git a/kregexpeditor/regexpbuttons.h b/kregexpeditor/regexpbuttons.h
index a0306e2..7778bcb 100644
--- a/kregexpeditor/regexpbuttons.h
+++ b/kregexpeditor/regexpbuttons.h
@@ -28,7 +28,7 @@ class TQSignalMapper;
class RegExpButtons :public TQDockWindow
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kregexpeditor/regexpwidget.h b/kregexpeditor/regexpwidget.h
index 8a4ba41..30f63bd 100644
--- a/kregexpeditor/regexpwidget.h
+++ b/kregexpeditor/regexpwidget.h
@@ -31,7 +31,7 @@ class RegExpEditorWindow;
*/
class RegExpWidget :public TQWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/repeatwidget.h b/kregexpeditor/repeatwidget.h
index c740717..ba6e38c 100644
--- a/kregexpeditor/repeatwidget.h
+++ b/kregexpeditor/repeatwidget.h
@@ -32,7 +32,7 @@ class RepeatRegExp;
*/
class RepeatRangeWindow :public TQVBox
{
-Q_OBJECT
+TQ_OBJECT
public:
@@ -71,7 +71,7 @@ private:
*/
class RepeatWidget :public SingleContainerWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/scrollededitorwindow.h b/kregexpeditor/scrollededitorwindow.h
index 8a40a3c..9ea0445 100644
--- a/kregexpeditor/scrollededitorwindow.h
+++ b/kregexpeditor/scrollededitorwindow.h
@@ -29,7 +29,7 @@ class RegExp;
*/
class RegExpScrolledEditorWindow :public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
RegExpScrolledEditorWindow( TQWidget *parent = 0, const char* name = 0);
diff --git a/kregexpeditor/selectablelineedit.h b/kregexpeditor/selectablelineedit.h
index 5cdb1a0..9f26869 100644
--- a/kregexpeditor/selectablelineedit.h
+++ b/kregexpeditor/selectablelineedit.h
@@ -33,7 +33,7 @@ class RegExpWidget;
*/
class SelectableLineEdit :public TQLineEdit
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/singlecontainerwidget.h b/kregexpeditor/singlecontainerwidget.h
index 268e599..7218db4 100644
--- a/kregexpeditor/singlecontainerwidget.h
+++ b/kregexpeditor/singlecontainerwidget.h
@@ -24,7 +24,7 @@
*/
class SingleContainerWidget :public RegExpWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/textwidget.h b/kregexpeditor/textwidget.h
index cd8d8f8..2b0639f 100644
--- a/kregexpeditor/textwidget.h
+++ b/kregexpeditor/textwidget.h
@@ -29,7 +29,7 @@ class TextRegExp;
*/
class TextWidget : public RegExpWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/kregexpeditor/userdefinedregexps.h b/kregexpeditor/userdefinedregexps.h
index 1cbb989..0ec1be9 100644
--- a/kregexpeditor/userdefinedregexps.h
+++ b/kregexpeditor/userdefinedregexps.h
@@ -27,7 +27,7 @@ class RegExp;
class UserDefinedRegExps :public TQDockWindow
{
-Q_OBJECT
+TQ_OBJECT
public:
diff --git a/kregexpeditor/verifier.h b/kregexpeditor/verifier.h
index abc6adf..952e216 100644
--- a/kregexpeditor/verifier.h
+++ b/kregexpeditor/verifier.h
@@ -25,7 +25,7 @@ class TQLabel;
class SyntaxHighlighter;
class Verifier :public TQTextEdit
{
-Q_OBJECT
+TQ_OBJECT
public:
Verifier( TQWidget* parent, const char* name = 0 );
diff --git a/kregexpeditor/verifybuttons.h b/kregexpeditor/verifybuttons.h
index f700643..2f43857 100644
--- a/kregexpeditor/verifybuttons.h
+++ b/kregexpeditor/verifybuttons.h
@@ -27,7 +27,7 @@ class TQPopupMenu;
class VerifyButtons :public TQDockWindow
{
- Q_OBJECT
+ TQ_OBJECT
public: