diff options
Diffstat (limited to 'lib/kotext')
29 files changed, 56 insertions, 56 deletions
diff --git a/lib/kotext/DateFormatWidget.h b/lib/kotext/DateFormatWidget.h index 2ad68658..d926e996 100644 --- a/lib/kotext/DateFormatWidget.h +++ b/lib/kotext/DateFormatWidget.h @@ -4,7 +4,7 @@ class DateFormatWidget : public TimeDateFormatWidgetPrototype { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoAutoFormat.h b/lib/kotext/KoAutoFormat.h index b4e53f6c..d1ce4c09 100644 --- a/lib/kotext/KoAutoFormat.h +++ b/lib/kotext/KoAutoFormat.h @@ -48,7 +48,7 @@ class KoTextFormat; class KoCompletionBox : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KoCompletionBox( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ); diff --git a/lib/kotext/KoAutoFormatDia.h b/lib/kotext/KoAutoFormatDia.h index 800028df..341903c8 100644 --- a/lib/kotext/KoAutoFormatDia.h +++ b/lib/kotext/KoAutoFormatDia.h @@ -34,7 +34,7 @@ class TQComboBox; */ class KoAutoFormatLineEdit : public TQLineEdit { - Q_OBJECT + TQ_OBJECT public: KoAutoFormatLineEdit ( TQWidget * parent, const char * name=0 ); @@ -51,7 +51,7 @@ protected: class KoAutoFormatExceptionWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -81,7 +81,7 @@ protected slots: class KOTEXT_EXPORT KoAutoFormatDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoBgSpellCheck.h b/lib/kotext/KoBgSpellCheck.h index 3cb2f35b..731ad96d 100644 --- a/lib/kotext/KoBgSpellCheck.h +++ b/lib/kotext/KoBgSpellCheck.h @@ -31,7 +31,7 @@ class KoTextIterator; class KOTEXT_EXPORT KoBgSpellCheck : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoBgSpellCheck( const KSpell2::Broker::Ptr& broker, TQObject *parent =0, diff --git a/lib/kotext/KoChangeCaseDia.h b/lib/kotext/KoChangeCaseDia.h index 53519c4f..417b735e 100644 --- a/lib/kotext/KoChangeCaseDia.h +++ b/lib/kotext/KoChangeCaseDia.h @@ -28,7 +28,7 @@ class TQPushButton; class KOTEXT_EXPORT KoChangeCaseDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoChangeCaseDia( TQWidget *parent, const char *name ); diff --git a/lib/kotext/KoCommentDia.h b/lib/kotext/KoCommentDia.h index 206b549c..ccfde381 100644 --- a/lib/kotext/KoCommentDia.h +++ b/lib/kotext/KoCommentDia.h @@ -27,7 +27,7 @@ class TQMultiLineEdit; class KOTEXT_EXPORT KoCommentDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoCommentDia( TQWidget *parent, const TQString &_note=TQString(), const TQString & _authorName=TQString(), const TQString &_createNote=TQString(), const char *name=0L ); diff --git a/lib/kotext/KoCompletionDia.h b/lib/kotext/KoCompletionDia.h index a6fb742f..39901a7e 100644 --- a/lib/kotext/KoCompletionDia.h +++ b/lib/kotext/KoCompletionDia.h @@ -27,7 +27,7 @@ * Completion configuration widget. */ class KoCompletion : public KoCompletionBase { - Q_OBJECT + TQ_OBJECT public: @@ -52,7 +52,7 @@ protected: * Completion configuration dialog. */ class KOTEXT_EXPORT KoCompletionDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoCreateStyleDia.h b/lib/kotext/KoCreateStyleDia.h index 2262091d..d33cfef8 100644 --- a/lib/kotext/KoCreateStyleDia.h +++ b/lib/kotext/KoCreateStyleDia.h @@ -27,7 +27,7 @@ class TQLineEdit; class KOTEXT_EXPORT KoCreateStyleDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoCreateStyleDia( const TQStringList & _list, TQWidget *parent, const char *name ); diff --git a/lib/kotext/KoCustomVariablesDia.h b/lib/kotext/KoCustomVariablesDia.h index 2d796725..e35cee24 100644 --- a/lib/kotext/KoCustomVariablesDia.h +++ b/lib/kotext/KoCustomVariablesDia.h @@ -41,7 +41,7 @@ class TQCloseEvent; class KoVariableNameDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ protected: */ class KoCustomVariablesList : public TDEListView { - Q_OBJECT + TQ_OBJECT public: @@ -116,7 +116,7 @@ private: */ class KOTEXT_EXPORT KoCustomVariablesDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -137,7 +137,7 @@ protected: */ class KOTEXT_EXPORT KoCustomVarDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoDecorationTab.h b/lib/kotext/KoDecorationTab.h index 44b1b354..107e1aad 100644 --- a/lib/kotext/KoDecorationTab.h +++ b/lib/kotext/KoDecorationTab.h @@ -26,7 +26,7 @@ class KoDecorationTab : public KoDecorationTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoFontDia.h b/lib/kotext/KoFontDia.h index a0779a84..bdc102fa 100644 --- a/lib/kotext/KoFontDia.h +++ b/lib/kotext/KoFontDia.h @@ -41,7 +41,7 @@ class TQComboBox; class KOTEXT_EXPORT KoFontDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoFontDiaPreview.h b/lib/kotext/KoFontDiaPreview.h index f995e981..042a5133 100644 --- a/lib/kotext/KoFontDiaPreview.h +++ b/lib/kotext/KoFontDiaPreview.h @@ -31,7 +31,7 @@ */ class KoFontDiaPreview : public TQFrame { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kotext/KoFontTab.h b/lib/kotext/KoFontTab.h index 5c7e65cf..5863c0ac 100644 --- a/lib/kotext/KoFontTab.h +++ b/lib/kotext/KoFontTab.h @@ -25,7 +25,7 @@ class KoFontTab : public KoFontTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoHighlightingTab.h b/lib/kotext/KoHighlightingTab.h index 512aacf6..cc069fa8 100644 --- a/lib/kotext/KoHighlightingTab.h +++ b/lib/kotext/KoHighlightingTab.h @@ -27,7 +27,7 @@ class KoHighlightingTab : public KoHighlightingTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoImportStyleDia.h b/lib/kotext/KoImportStyleDia.h index a83e6407..6d4c9f16 100644 --- a/lib/kotext/KoImportStyleDia.h +++ b/lib/kotext/KoImportStyleDia.h @@ -29,7 +29,7 @@ class TQPushButton; class KOTEXT_EXPORT KoImportStyleDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /// @param currentCollection collection of styles already present in the document diff --git a/lib/kotext/KoLanguageTab.h b/lib/kotext/KoLanguageTab.h index ea8f08b8..3a49af7e 100644 --- a/lib/kotext/KoLanguageTab.h +++ b/lib/kotext/KoLanguageTab.h @@ -26,7 +26,7 @@ class KoLanguageTab : public KoLanguageTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoLayoutTab.h b/lib/kotext/KoLayoutTab.h index 9722888a..38ceb1c8 100644 --- a/lib/kotext/KoLayoutTab.h +++ b/lib/kotext/KoLayoutTab.h @@ -25,7 +25,7 @@ class KoLayoutTab : public KoLayoutTabBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoParagDia.h b/lib/kotext/KoParagDia.h index 18a992c1..8ec432f3 100644 --- a/lib/kotext/KoParagDia.h +++ b/lib/kotext/KoParagDia.h @@ -71,7 +71,7 @@ class KoParagDecorationTab; // From KoParagDecorationTab.ui */ class KOTEXT_EXPORT KoParagLayoutWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: // Constructor: parent widget, flag (PD_SOMETHING) and name @@ -107,7 +107,7 @@ private: */ class KOTEXT_EXPORT KoIndentSpacingWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoIndentSpacingWidget( KoUnit::Unit unit, double _frameWidth, TQWidget * parent,const char * name = 0 ); @@ -151,7 +151,7 @@ private: */ class KOTEXT_EXPORT KoParagAlignWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoParagAlignWidget(bool breakLine, TQWidget * parent, const char * name = 0 ); @@ -185,7 +185,7 @@ private: */ class KOTEXT_EXPORT KoParagDecorationWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoParagDecorationWidget( TQWidget * parent, const char * name = 0 ); @@ -262,7 +262,7 @@ private: class KOTEXT_EXPORT KoCounterStyleWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoCounterStyleWidget( bool displayDepth= true, bool onlyStyleTypeLetter = false, bool disableAll=false, TQWidget* parent = 0, const char* name = 0 ); @@ -344,7 +344,7 @@ private: */ class KOTEXT_EXPORT KoParagCounterWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: @@ -389,7 +389,7 @@ private: */ class KoTabulatorsLineEdit : public KoUnitDoubleSpinBox { - Q_OBJECT + TQ_OBJECT public: KoTabulatorsLineEdit( TQWidget *parent, double lower, double upper, double step, double value = 0.0, @@ -406,7 +406,7 @@ protected: */ class KOTEXT_EXPORT KoParagTabulatorsWidget : public KoParagLayoutWidget { - Q_OBJECT + TQ_OBJECT public: KoParagTabulatorsWidget( KoUnit::Unit unit, double _frameWidth, TQWidget * parent, const char * name = 0 ); @@ -467,7 +467,7 @@ private: */ class KoStylePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -497,7 +497,7 @@ protected: */ class KOTEXT_EXPORT KoParagDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoParagDia_p.h b/lib/kotext/KoParagDia_p.h index 1e1b42d3..75ee2c32 100644 --- a/lib/kotext/KoParagDia_p.h +++ b/lib/kotext/KoParagDia_p.h @@ -35,7 +35,7 @@ class TQPainter; /******************************************************************/ class KoSpinBox : public TQSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -58,7 +58,7 @@ public: /******************************************************************/ class KPagePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -92,7 +92,7 @@ protected: class KPagePreview2 : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -115,7 +115,7 @@ protected: class KoBorderPreview : public TQFrame/*TQGroupBox*/ { - Q_OBJECT + TQ_OBJECT public: 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); diff --git a/lib/kotext/KoSpell.h b/lib/kotext/KoSpell.h index 685b7348..1c0ccb32 100644 --- a/lib/kotext/KoSpell.h +++ b/lib/kotext/KoSpell.h @@ -44,7 +44,7 @@ namespace KSpell2 */ class KOTEXT_EXPORT KoSpell : public KSpell2::BackgroundChecker { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/KoStyleManager.h b/lib/kotext/KoStyleManager.h index 6d27449a..8a7e4cf4 100644 --- a/lib/kotext/KoStyleManager.h +++ b/lib/kotext/KoStyleManager.h @@ -53,7 +53,7 @@ class KoStyleManagerPrivate; */ class KOTEXT_EXPORT KoStyleManager : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: @@ -120,7 +120,7 @@ protected: }; class KOTEXT_EXPORT KoStyleManagerTab : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoStyleManagerTab(TQWidget *parent) : TQWidget(parent) {}; @@ -141,7 +141,7 @@ protected: // Acts as a wrapper around KoParagLayoutWidget [which doesn't know about styles]. class KOTEXT_EXPORT KoStyleParagTab : public KoStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KoStyleParagTab( TQWidget * parent ); @@ -161,7 +161,7 @@ private: // The "font" tab. Maybe we should put the text color at the bottom ? class KOTEXT_EXPORT KoStyleFontTab : public KoStyleManagerTab { - Q_OBJECT + TQ_OBJECT public: KoStyleFontTab( TQWidget * parent ); diff --git a/lib/kotext/KoTextDocument.h b/lib/kotext/KoTextDocument.h index 4bdf0914..b1a1a17e 100644 --- a/lib/kotext/KoTextDocument.h +++ b/lib/kotext/KoTextDocument.h @@ -43,7 +43,7 @@ class CustomItemsMap; class KOTEXT_EXPORT KoTextDocument : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KoTextCursor; diff --git a/lib/kotext/KoTextIterator.h b/lib/kotext/KoTextIterator.h index accd8f92..c1d6e49a 100644 --- a/lib/kotext/KoTextIterator.h +++ b/lib/kotext/KoTextIterator.h @@ -35,7 +35,7 @@ class KoTextView; */ class KOTEXT_EXPORT KoTextIterator : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kotext/KoTextObject.h b/lib/kotext/KoTextObject.h index 4111d4d2..4b032107 100644 --- a/lib/kotext/KoTextObject.h +++ b/lib/kotext/KoTextObject.h @@ -180,7 +180,7 @@ public: */ class KOTEXT_EXPORT KoTextObject : public TQObject, public KoTextFormatInterface { - Q_OBJECT + TQ_OBJECT public: /** Constructor. diff --git a/lib/kotext/KoTextView.h b/lib/kotext/KoTextView.h index 20013ad7..23b6c945 100644 --- a/lib/kotext/KoTextView.h +++ b/lib/kotext/KoTextView.h @@ -52,7 +52,7 @@ class KoParagStyle; */ class KOTEXT_EXPORT KoTextView : public TQObject, public KoTextFormatInterface { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kotext/KoVariable.h b/lib/kotext/KoVariable.h index 6113b6d6..629361b9 100644 --- a/lib/kotext/KoVariable.h +++ b/lib/kotext/KoVariable.h @@ -291,7 +291,7 @@ class KoTextDocument; class KoVariableCollection; class KOTEXT_EXPORT KoVariableCollection : public TQObject { - Q_OBJECT + TQ_OBJECT public: // Note that the KoVariableSettings becomes owned by the collection; diff --git a/lib/kotext/TimeFormatWidget.h b/lib/kotext/TimeFormatWidget.h index 6813203b..6a008647 100644 --- a/lib/kotext/TimeFormatWidget.h +++ b/lib/kotext/TimeFormatWidget.h @@ -4,7 +4,7 @@ class TimeFormatWidget : public TimeDateFormatWidgetPrototype { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/tests/KoUserStyleTester.h b/lib/kotext/tests/KoUserStyleTester.h index 4be17d4c..6ba410da 100644 --- a/lib/kotext/tests/KoUserStyleTester.h +++ b/lib/kotext/tests/KoUserStyleTester.h @@ -22,7 +22,7 @@ #include <tdeunittest/tester.h> class KoUserStyleTester : public KUnitTest::SlotTester { - Q_OBJECT + TQ_OBJECT private slots: void testEmptyCollection(); |