summaryrefslogtreecommitdiffstats
path: root/kregexpeditor/kregexpeditorgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'kregexpeditor/kregexpeditorgui.h')
-rw-r--r--kregexpeditor/kregexpeditorgui.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/kregexpeditor/kregexpeditorgui.h b/kregexpeditor/kregexpeditorgui.h
index 48545d8..96eb234 100644
--- a/kregexpeditor/kregexpeditorgui.h
+++ b/kregexpeditor/kregexpeditorgui.h
@@ -18,7 +18,7 @@
#ifndef kregexpeditorgui_h
#define kregexpeditorgui_h
-#ifdef QT_ONLY
+#ifdef TQT_ONLY
#include "compat.h"
#else
#include <kdialogbase.h>
@@ -37,9 +37,10 @@ class KRegExpEditorPrivate;
class KDE_EXPORT KRegExpEditorGUI :public TQWidget, public KRegExpEditorInterface
{
Q_OBJECT
- Q_PROPERTY( TQString regexp READ regExp WRITE setRegExp )
+ TQ_OBJECT
+ TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp )
public:
- KRegExpEditorGUI( TQWidget *parent, const char *name = 0,
+ KRegExpEditorGUI( TQWidget *tqparent, const char *name = 0,
const TQStringList & = TQStringList() );
virtual TQString regExp() const;
@@ -66,9 +67,10 @@ private:
class KDE_EXPORT KRegExpEditorGUIDialog : public KDialogBase, public KRegExpEditorInterface
{
Q_OBJECT
- Q_PROPERTY( TQString regexp READ regExp WRITE setRegExp )
+ TQ_OBJECT
+ TQ_PROPERTY( TQString regexp READ regExp WRITE setRegExp )
public:
- KRegExpEditorGUIDialog( TQWidget *parent, const char *name, const TQStringList &args );
+ KRegExpEditorGUIDialog( TQWidget *tqparent, const char *name, const TQStringList &args );
virtual TQString regExp() const;