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/kotext/KoSearchDia.h | |
parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'lib/kotext/KoSearchDia.h')
-rw-r--r-- | lib/kotext/KoSearchDia.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/kotext/KoSearchDia.h b/lib/kotext/KoSearchDia.h index e833cbc9..40b4cb97 100644 --- a/lib/kotext/KoSearchDia.h +++ b/lib/kotext/KoSearchDia.h @@ -100,7 +100,7 @@ public: class KoSearchContextUI : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoSearchContextUI( KoSearchContext *ctx, TQWidget *parent ); void setCtxOptions( long options ); @@ -125,7 +125,7 @@ class KOTEXT_EXPORT KoSearchDia: public KFindDialog { Q_OBJECT - TQ_OBJECT + public: KoSearchDia( TQWidget *parent, const char *name, KoSearchContext *find, bool hasSelection, bool hasCursor ); @@ -148,7 +148,7 @@ class KOTEXT_EXPORT KoReplaceDia: public KReplaceDialog { Q_OBJECT - TQ_OBJECT + public: @@ -176,7 +176,7 @@ private: class KoTextFind : public KFind { Q_OBJECT - TQ_OBJECT + public: KoTextFind(const TQString &pattern, long options, KoFindReplace *_findReplace, TQWidget *parent = 0); ~KoTextFind(); @@ -191,7 +191,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); ~KoTextReplace(); @@ -207,7 +207,7 @@ private: class KOTEXT_EXPORT KoFindReplace : public TQObject { Q_OBJECT - TQ_OBJECT + public: KoFindReplace( TQWidget * parent, KoSearchDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView ); KoFindReplace( TQWidget * parent, KoReplaceDia * dialog, const TQValueList<KoTextObject *> & lstObject, KoTextView* textView ); @@ -297,7 +297,7 @@ private: class KoFormatDia: public KDialogBase { Q_OBJECT - TQ_OBJECT + public: KoFormatDia( TQWidget* parent, const TQString & _caption, KoSearchContext *_ctx, const char* name=0L); //apply to parameter to context ! |