summaryrefslogtreecommitdiffstats
path: root/lib/kotext/KoSearchDia.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
commitcb59219281a9666896ee96b02a487bbc0206082d (patch)
tree75f3ebf2b90d7d8d2dc4b3c7af59601acede5ebb /lib/kotext/KoSearchDia.h
parenta34711af5e9f617dbf46f5c0383ad8f3fa04cd6d (diff)
downloadkoffice-cb59219281a9666896ee96b02a487bbc0206082d.tar.gz
koffice-cb59219281a9666896ee96b02a487bbc0206082d.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/kotext/KoSearchDia.h')
-rw-r--r--lib/kotext/KoSearchDia.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/kotext/KoSearchDia.h b/lib/kotext/KoSearchDia.h
index 3c5ebf0b..b110feb8 100644
--- a/lib/kotext/KoSearchDia.h
+++ b/lib/kotext/KoSearchDia.h
@@ -99,7 +99,7 @@ public:
//
class KoSearchContextUI : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoSearchContextUI( KoSearchContext *ctx, TQWidget *parent );
@@ -124,7 +124,7 @@ private:
class KOTEXT_EXPORT KoSearchDia:
public KFindDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -147,7 +147,7 @@ private:
class KOTEXT_EXPORT KoReplaceDia:
public KReplaceDialog
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -175,7 +175,7 @@ private:
*/
class KoTextFind : public KFind
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoTextFind(const TQString &pattern, long options, KoFindReplace *_findReplace, TQWidget *parent = 0);
@@ -190,7 +190,7 @@ private:
*/
class KoTextReplace : public KReplace
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoTextReplace(const TQString &pattern, const TQString &replacement, long options, KoFindReplace *_findReplace, TQWidget *parent = 0);
@@ -206,7 +206,7 @@ private:
*/
class KOTEXT_EXPORT KoFindReplace : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoFindReplace( TQWidget * parent, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView );
@@ -296,7 +296,7 @@ private:
*/
class KoFormatDia: public KDialogBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
KoFormatDia( TQWidget* parent, const TQString & _caption, KoSearchContext *_ctx, const char* name=0L);