diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-20 13:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-22 10:29:56 +0900 |
commit | ef14fba42c78a96d905c42632a62dc11f353b1c3 (patch) | |
tree | ad32afdaaa32b215fe8b9be49fbf578d30a556d3 /lib | |
parent | 8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff) | |
download | koffice-ef14fba4.tar.gz koffice-ef14fba4.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
Diffstat (limited to 'lib')
135 files changed, 221 insertions, 221 deletions
diff --git a/lib/kformula/MatrixDialog.h b/lib/kformula/MatrixDialog.h index bc5bd7f17..2bef87320 100644 --- a/lib/kformula/MatrixDialog.h +++ b/lib/kformula/MatrixDialog.h @@ -33,7 +33,7 @@ KFORMULA_NAMESPACE_BEGIN */ class MatrixDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulaconfigpage.h b/lib/kformula/kformulaconfigpage.h index b87cf8447..55d65b59b 100644 --- a/lib/kformula/kformulaconfigpage.h +++ b/lib/kformula/kformulaconfigpage.h @@ -51,7 +51,7 @@ class Document; class KOFORMULA_EXPORT ConfigurePage : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -110,7 +110,7 @@ private: // class MathFontsConfigurePage : public TQObject // { -// Q_OBJECT +// TQ_OBJECT // // public: diff --git a/lib/kformula/kformulacontainer.h b/lib/kformula/kformulacontainer.h index 41c4c9bfc..64866af68 100644 --- a/lib/kformula/kformulacontainer.h +++ b/lib/kformula/kformulacontainer.h @@ -89,7 +89,7 @@ public: */ class KOFORMULA_EXPORT Container : public TQObject, public FormulaDocument { friend class MimeSource; - Q_OBJECT + TQ_OBJECT // no copying diff --git a/lib/kformula/kformuladocument.h b/lib/kformula/kformuladocument.h index 7a8f0369d..0cd802634 100644 --- a/lib/kformula/kformuladocument.h +++ b/lib/kformula/kformuladocument.h @@ -66,7 +66,7 @@ protected: * or destroy a Container object. */ class KOFORMULA_EXPORT Document : public TQObject { - Q_OBJECT + TQ_OBJECT friend class DocumentWrapper; @@ -290,7 +290,7 @@ private: * document to work with. */ class KOFORMULA_EXPORT DocumentWrapper : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulainputfilter.h b/lib/kformula/kformulainputfilter.h index 50d299b8a..38a15c939 100644 --- a/lib/kformula/kformulainputfilter.h +++ b/lib/kformula/kformulainputfilter.h @@ -30,7 +30,7 @@ KFORMULA_NAMESPACE_BEGIN class KFInputFilter : public TQObject { -Q_OBJECT +TQ_OBJECT public: /* diff --git a/lib/kformula/kformulamathmlread.h b/lib/kformula/kformulamathmlread.h index 9fad12cad..58e082834 100644 --- a/lib/kformula/kformulamathmlread.h +++ b/lib/kformula/kformulamathmlread.h @@ -36,7 +36,7 @@ class MathML2KFormulaPrivate; */ class MathML2KFormula : public KFInputFilter { - Q_OBJECT + TQ_OBJECT friend class MathML2KFormulaPrivate; diff --git a/lib/kformula/kformulaview.h b/lib/kformula/kformulaview.h index bf692282e..cfcf10a84 100644 --- a/lib/kformula/kformulaview.h +++ b/lib/kformula/kformulaview.h @@ -48,7 +48,7 @@ class Container; * is to be drawn into. */ class KOFORMULA_EXPORT View : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/kformulawidget.h b/lib/kformula/kformulawidget.h index dd15684ca..e185b3087 100644 --- a/lib/kformula/kformulawidget.h +++ b/lib/kformula/kformulawidget.h @@ -46,7 +46,7 @@ using namespace KFormula; * to move the cursor around. To edit the formula use the document. */ class KFormulaWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kformula/scrollview.h b/lib/kformula/scrollview.h index fad754208..d09ea895c 100644 --- a/lib/kformula/scrollview.h +++ b/lib/kformula/scrollview.h @@ -12,7 +12,7 @@ using namespace KFormula; class ScrollView : public TQScrollView { - Q_OBJECT + TQ_OBJECT public: ScrollView(); diff --git a/lib/kofficecore/KoApplication.h b/lib/kofficecore/KoApplication.h index 158f107b5..64634f67b 100644 --- a/lib/kofficecore/KoApplication.h +++ b/lib/kofficecore/KoApplication.h @@ -41,7 +41,7 @@ class KoApplicationPrivate; */ class KOFFICECORE_EXPORT KoApplication : public TDEApplication { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoChild.h b/lib/kofficecore/KoChild.h index 16b0f3025..ef3dc55a5 100644 --- a/lib/kofficecore/KoChild.h +++ b/lib/kofficecore/KoChild.h @@ -40,7 +40,7 @@ */ class KOFFICECORE_EXPORT KoChild : public TQObject { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoContainerHandler.h b/lib/kofficecore/KoContainerHandler.h index 43d2fbbff..5b751fc74 100644 --- a/lib/kofficecore/KoContainerHandler.h +++ b/lib/kofficecore/KoContainerHandler.h @@ -42,7 +42,7 @@ class KoPartMoveHandlerPrivate; */ class KOFFICECORE_EXPORT KoEventHandler : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoEventHandler( TQObject* target ); @@ -60,7 +60,7 @@ private: */ class KoPartResizeHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartResizeHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -81,7 +81,7 @@ private: */ class KoPartMoveHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoPartMoveHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child, @@ -111,7 +111,7 @@ private: */ class KOFFICECORE_EXPORT KoContainerHandler : public KoEventHandler { - Q_OBJECT + TQ_OBJECT public: KoContainerHandler( KoView* view, TQWidget* widget ); diff --git a/lib/kofficecore/KoDetailsPane.h b/lib/kofficecore/KoDetailsPane.h index 1ae87ce99..21971368b 100644 --- a/lib/kofficecore/KoDetailsPane.h +++ b/lib/kofficecore/KoDetailsPane.h @@ -45,7 +45,7 @@ class KoTemplatesPanePrivate; */ class KoTemplatesPane : public KoDetailsPaneBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -96,7 +96,7 @@ class KoTemplatesPane : public KoDetailsPaneBase */ class KoRecentDocumentsPane : public KoDetailsPaneBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h index 21cb0b6bc..f7fc00d98 100644 --- a/lib/kofficecore/KoDocument.h +++ b/lib/kofficecore/KoDocument.h @@ -59,7 +59,7 @@ class KoOpenPane; */ class KOFFICECORE_EXPORT KoDocument : public KParts::ReadWritePart { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQCString dcopObjectId READ dcopObjectId) TQ_PROPERTY( bool backupFile READ backupFile WRITE setBackupFile ) diff --git a/lib/kofficecore/KoDocumentChild.h b/lib/kofficecore/KoDocumentChild.h index 6dfebd210..31f193165 100644 --- a/lib/kofficecore/KoDocumentChild.h +++ b/lib/kofficecore/KoDocumentChild.h @@ -42,7 +42,7 @@ class KoXmlWriter; */ class KOFFICECORE_EXPORT KoDocumentChild : public KoChild { - Q_OBJECT + TQ_OBJECT public: KoDocumentChild( KoDocument* parent, KoDocument* doc, const TQRect& geometry ); diff --git a/lib/kofficecore/KoDocumentInfo.h b/lib/kofficecore/KoDocumentInfo.h index f6467768c..13bfdb5c6 100644 --- a/lib/kofficecore/KoDocumentInfo.h +++ b/lib/kofficecore/KoDocumentInfo.h @@ -38,7 +38,7 @@ class KoXmlWriter; class KOFFICECORE_EXPORT KoDocumentInfo : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfo( TQObject* parent = 0, const char* name = 0 ); @@ -77,7 +77,7 @@ public: class KOFFICECORE_EXPORT KoDocumentInfoAuthor : public KoDocumentInfoPage { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoAuthor( KoDocumentInfo* info ); @@ -136,7 +136,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoAbout : public KoDocumentInfoPage { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoAbout( KoDocumentInfo* info ); @@ -180,7 +180,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoUserMetadata : public KoDocumentInfoPage { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoUserMetadata( KoDocumentInfo* info ); diff --git a/lib/kofficecore/KoDocumentInfoDlg.h b/lib/kofficecore/KoDocumentInfoDlg.h index a636c7ddf..30703ba29 100644 --- a/lib/kofficecore/KoDocumentInfoDlg.h +++ b/lib/kofficecore/KoDocumentInfoDlg.h @@ -34,7 +34,7 @@ class KArchiveEntry; class KOFFICECORE_EXPORT KoDocumentInfoDlg : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoDlg( KoDocumentInfo *docInfo, TQWidget *parent = 0, const char *name = 0, @@ -69,7 +69,7 @@ private: class KOFFICECORE_EXPORT KoDocumentInfoPropsPage : public KPropsDlgPlugin { - Q_OBJECT + TQ_OBJECT public: KoDocumentInfoPropsPage( KPropertiesDialog *props, const char *name = 0, diff --git a/lib/kofficecore/KoDocument_p.h b/lib/kofficecore/KoDocument_p.h index a6437d3d4..40181eb66 100644 --- a/lib/kofficecore/KoDocument_p.h +++ b/lib/kofficecore/KoDocument_p.h @@ -29,7 +29,7 @@ class KoDocument; */ class KoBrowserExtension : public KParts::BrowserExtension { - Q_OBJECT + TQ_OBJECT public: KoBrowserExtension( KoDocument * doc, const char * name = 0 ); diff --git a/lib/kofficecore/KoFactory.h b/lib/kofficecore/KoFactory.h index 212873158..087b4498e 100644 --- a/lib/kofficecore/KoFactory.h +++ b/lib/kofficecore/KoFactory.h @@ -26,7 +26,7 @@ class TDEInstance; class KOFFICECORE_EXPORT KoFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: KoFactory( TQObject *parent = 0, const char *name = 0 ); diff --git a/lib/kofficecore/KoFileDialog.h b/lib/kofficecore/KoFileDialog.h index c48169a38..c1532e1d7 100644 --- a/lib/kofficecore/KoFileDialog.h +++ b/lib/kofficecore/KoFileDialog.h @@ -34,7 +34,7 @@ */ class KoFileDialog : public KFileDialog { - Q_OBJECT + TQ_OBJECT public: KoFileDialog( const TQString& startDir, const TQString& filter, diff --git a/lib/kofficecore/KoFilter.h b/lib/kofficecore/KoFilter.h index c4560280a..09ea61b78 100644 --- a/lib/kofficecore/KoFilter.h +++ b/lib/kofficecore/KoFilter.h @@ -31,7 +31,7 @@ class KoFilterChain; * @brief The base class for import and export filters. * * Derive your filter class from this base class and implement - * the @ref convert() method. Don't forget to specify the Q_OBJECT + * the @ref convert() method. Don't forget to specify the TQ_OBJECT * macro in your class even if you don't use signals or slots. * This is needed as filters are created on the fly. @@ -48,7 +48,7 @@ class KoFilterChain; */ class KOFFICECORE_EXPORT KoFilter : public TQObject { - Q_OBJECT + TQ_OBJECT friend class KoFilterEntry; // needed for the filter chain pointer :( @@ -146,7 +146,7 @@ private: */ class KOFFICECORE_EXPORT KoEmbeddingFilter : public KoFilter { - Q_OBJECT + TQ_OBJECT friend class KoFilterChain; diff --git a/lib/kofficecore/KoFilterManager.h b/lib/kofficecore/KoFilterManager.h index 9c9dcaa89..dec2ec03c 100644 --- a/lib/kofficecore/KoFilterManager.h +++ b/lib/kofficecore/KoFilterManager.h @@ -43,7 +43,7 @@ class KoDocument; */ class KOFFICECORE_EXPORT KoFilterManager : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficecore/KoFilterManager_p.h b/lib/kofficecore/KoFilterManager_p.h index e446f6f7e..2d614d4f7 100644 --- a/lib/kofficecore/KoFilterManager_p.h +++ b/lib/kofficecore/KoFilterManager_p.h @@ -29,7 +29,7 @@ class TDEListBox; class KoFilterChooser : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kofficecore/KoFrame.h b/lib/kofficecore/KoFrame.h index 484f6a456..48ed77a93 100644 --- a/lib/kofficecore/KoFrame.h +++ b/lib/kofficecore/KoFrame.h @@ -27,7 +27,7 @@ class KoFramePrivate; class KoFrame : public TQWidget { - Q_OBJECT + TQ_OBJECT public: enum State { Inactive, Selected, Active }; diff --git a/lib/kofficecore/KoMainWindow.h b/lib/kofficecore/KoMainWindow.h index 81dcd587c..9befc71e8 100644 --- a/lib/kofficecore/KoMainWindow.h +++ b/lib/kofficecore/KoMainWindow.h @@ -50,7 +50,7 @@ namespace KParts */ class KOFFICECORE_EXPORT KoMainWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoOpenPane.h b/lib/kofficecore/KoOpenPane.h index d9d3b43da..eccf39ff9 100644 --- a/lib/kofficecore/KoOpenPane.h +++ b/lib/kofficecore/KoOpenPane.h @@ -35,7 +35,7 @@ class KoDetailsPaneBase; class KoOpenPane : public KoOpenPaneBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficecore/KoSpeaker.h b/lib/kofficecore/KoSpeaker.h index 7376e4ca8..e6d61d34f 100644 --- a/lib/kofficecore/KoSpeaker.h +++ b/lib/kofficecore/KoSpeaker.h @@ -62,7 +62,7 @@ class KoSpeakerPrivate; */ class KOFFICECORE_EXPORT KoSpeaker : public TQObject, public TDEShared { - Q_OBJECT + TQ_OBJECT public: KoSpeaker(); diff --git a/lib/kofficecore/KoView.h b/lib/kofficecore/KoView.h index b53c339a7..354fd2c80 100644 --- a/lib/kofficecore/KoView.h +++ b/lib/kofficecore/KoView.h @@ -56,7 +56,7 @@ namespace KParts */ class KOFFICECORE_EXPORT KoView : public TQWidget, public KParts::PartBase { - Q_OBJECT + TQ_OBJECT public: /** @@ -472,7 +472,7 @@ private: */ class KoViewChild : public KoChild { - Q_OBJECT + TQ_OBJECT public: KoViewChild( KoDocumentChild *child, KoView *_parentView ); diff --git a/lib/kofficecore/Koversiondialog.h b/lib/kofficecore/Koversiondialog.h index 9bf930a2b..2f920d7cc 100644 --- a/lib/kofficecore/Koversiondialog.h +++ b/lib/kofficecore/Koversiondialog.h @@ -29,7 +29,7 @@ class TQMultiLineEdit; class KoVersionDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoVersionDialog( TQWidget* parent, const char* name = 0L ); @@ -56,7 +56,7 @@ protected: class KoVersionModifyDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoVersionModifyDialog( TQWidget* parent, const TQString &_comment = TQString() , const char* name = 0L ); diff --git a/lib/kofficeui/KoCharSelectDia.h b/lib/kofficeui/KoCharSelectDia.h index a8d0b91cd..1f216a1ea 100644 --- a/lib/kofficeui/KoCharSelectDia.h +++ b/lib/kofficeui/KoCharSelectDia.h @@ -35,7 +35,7 @@ class KButtonBox; class KOFFICEUI_EXPORT KoCharSelectDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoCommandHistory.h b/lib/kofficeui/KoCommandHistory.h index 02af7c803..96a09d547 100644 --- a/lib/kofficeui/KoCommandHistory.h +++ b/lib/kofficeui/KoCommandHistory.h @@ -33,7 +33,7 @@ class KCommand; #include <tqlistbox.h> class KoListBox : public TQListBox { - Q_OBJECT + TQ_OBJECT public: KoListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 ); @@ -57,7 +57,7 @@ signals: * @short History of user commands (for undo/redo) */ class KOFFICEUI_EXPORT KoCommandHistory : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoContextCelp.h b/lib/kofficeui/KoContextCelp.h index 51ea6539d..0b101f87e 100644 --- a/lib/kofficeui/KoContextCelp.h +++ b/lib/kofficeui/KoContextCelp.h @@ -32,7 +32,7 @@ class TQSimpleRichText; class KoVerticalLabel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -51,7 +51,7 @@ class KoVerticalLabel : public TQWidget class KoHelpNavButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -78,7 +78,7 @@ class KoHelpNavButton : public TQWidget class KoTinyButton : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -107,7 +107,7 @@ class KoTinyButton : public TQWidget class KoHelpView : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -133,7 +133,7 @@ class KoHelpView : public TQWidget class KoHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -170,7 +170,7 @@ class KoHelpWidget : public TQWidget */ class KoContextHelpPopup : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -216,7 +216,7 @@ class KoContextHelpPopup : public TQWidget */ class KOFFICEUI_EXPORT KoContextHelpAction : public TDEToggleAction { - Q_OBJECT + TQ_OBJECT public: @@ -239,7 +239,7 @@ class KOFFICEUI_EXPORT KoContextHelpAction : public TDEToggleAction class KoContextHelpWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -263,7 +263,7 @@ class KoContextHelpWidget : public TQWidget class KoContextHelpDocker : public TQDockWindow { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoEditPath.h b/lib/kofficeui/KoEditPath.h index 2b971ff6b..71866198e 100644 --- a/lib/kofficeui/KoEditPath.h +++ b/lib/kofficeui/KoEditPath.h @@ -29,7 +29,7 @@ class TQCheckBox; class KOFFICEUI_EXPORT KoEditPathDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoEditPathDia( const TQString & _path, TQWidget *parent, const char *name ); @@ -42,7 +42,7 @@ private: class KOFFICEUI_EXPORT KoChangePathDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoChangePathDia( const TQString & _path, TQWidget *parent, const char *name ); diff --git a/lib/kofficeui/KoGuideLineDia.h b/lib/kofficeui/KoGuideLineDia.h index 4313a60cd..cac53f764 100644 --- a/lib/kofficeui/KoGuideLineDia.h +++ b/lib/kofficeui/KoGuideLineDia.h @@ -35,7 +35,7 @@ class TQRadioButton; */ class KoGuideLineDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoGuides.h b/lib/kofficeui/KoGuides.h index d1e574e7b..7feb7164d 100644 --- a/lib/kofficeui/KoGuides.h +++ b/lib/kofficeui/KoGuides.h @@ -34,7 +34,7 @@ class KoZoomHandler; class KOFFICEUI_EXPORT KoGuides : public TQObject { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoInsertLink.h b/lib/kofficeui/KoInsertLink.h index ccade61be..436c9b616 100644 --- a/lib/kofficeui/KoInsertLink.h +++ b/lib/kofficeui/KoInsertLink.h @@ -31,7 +31,7 @@ namespace KOfficePrivate { */ class internetLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: internetLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -53,7 +53,7 @@ signals: */ class bookmarkLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: bookmarkLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -77,7 +77,7 @@ signals: */ class mailLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: mailLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -100,7 +100,7 @@ signals: */ class fileLinkPage : public TQWidget { - Q_OBJECT + TQ_OBJECT public: fileLinkPage( TQWidget *parent = 0, char *name = 0 ); @@ -126,7 +126,7 @@ signals: */ class KOFFICEUI_EXPORT KoInsertLinkDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoInsertLinkDia( TQWidget *parent, const char *name = 0,bool displayBookmarkLink=true ); diff --git a/lib/kofficeui/KoKoolBar.h b/lib/kofficeui/KoKoolBar.h index 4416610f6..2a202940e 100644 --- a/lib/kofficeui/KoKoolBar.h +++ b/lib/kofficeui/KoKoolBar.h @@ -33,7 +33,7 @@ class KoKoolBarGroup; class KoKoolBarItem : public TQObject { private: - Q_OBJECT + TQ_OBJECT public: KoKoolBarItem( KoKoolBarGroup *_grp, const TQPixmap& _pix, const TQString& _text = TQString() ); @@ -66,7 +66,7 @@ protected: class KoKoolBarGroup : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoKoolBarGroup( KoKoolBar *_bar, const TQString& _text ); @@ -100,7 +100,7 @@ protected: class KoKoolBarBox : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KoKoolBarBox( KoKoolBar *_bar ); @@ -139,7 +139,7 @@ protected: class KOFFICEUI_EXPORT KoKoolBar : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoKoolBar( TQWidget *_parent = 0L, const char *_name = 0L ); diff --git a/lib/kofficeui/KoPageLayoutColumns.h b/lib/kofficeui/KoPageLayoutColumns.h index b4e0b35e3..d83691366 100644 --- a/lib/kofficeui/KoPageLayoutColumns.h +++ b/lib/kofficeui/KoPageLayoutColumns.h @@ -34,7 +34,7 @@ class KoPagePreview; * This class is a widget that shows the KoColumns data structure and allows the user to change it. */ class KoPageLayoutColumns : public KoPageLayoutColumnsBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPageLayoutDia.h b/lib/kofficeui/KoPageLayoutDia.h index 0c50b4484..ff23c9293 100644 --- a/lib/kofficeui/KoPageLayoutDia.h +++ b/lib/kofficeui/KoPageLayoutDia.h @@ -46,7 +46,7 @@ enum { FORMAT_AND_BORDERS = 1, HEADER_AND_FOOTER = 2, COLUMNS = 4, DISABLE_BORDE */ class KoPagePreview : public TQGroupBox { - Q_OBJECT + TQ_OBJECT public: @@ -82,7 +82,7 @@ class KoPageLayoutDiaPrivate; */ class KOFFICEUI_EXPORT KoPageLayoutDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPageLayoutHeader.h b/lib/kofficeui/KoPageLayoutHeader.h index 213b021ce..fe4eb662f 100644 --- a/lib/kofficeui/KoPageLayoutHeader.h +++ b/lib/kofficeui/KoPageLayoutHeader.h @@ -31,7 +31,7 @@ class KoPagePreview; * This class is a widget that shows the KoKWHeaderFooter data structure and allows the user to change it. */ class KoPageLayoutHeader : public KoPageLayoutHeaderBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPageLayoutSize.h b/lib/kofficeui/KoPageLayoutSize.h index 7de19ca31..07b26d37c 100644 --- a/lib/kofficeui/KoPageLayoutSize.h +++ b/lib/kofficeui/KoPageLayoutSize.h @@ -35,7 +35,7 @@ class KoPageLayoutColumns; * This class is a widget that shows the KoPageLayout data structure and allows the user to change it. */ class KoPageLayoutSize : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPartSelectAction.h b/lib/kofficeui/KoPartSelectAction.h index e402dd771..cf0d7e391 100644 --- a/lib/kofficeui/KoPartSelectAction.h +++ b/lib/kofficeui/KoPartSelectAction.h @@ -29,7 +29,7 @@ */ class KOFFICEUI_EXPORT KoPartSelectAction : public TDEActionMenu { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPartSelectDia.h b/lib/kofficeui/KoPartSelectDia.h index b6414e3af..ac8ec7659 100644 --- a/lib/kofficeui/KoPartSelectDia.h +++ b/lib/kofficeui/KoPartSelectDia.h @@ -35,7 +35,7 @@ class TQPushButton; */ class KOFFICEUI_EXPORT KoPartSelectDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoPictureFilePreview.h b/lib/kofficeui/KoPictureFilePreview.h index a9c9297e2..58db0d98c 100644 --- a/lib/kofficeui/KoPictureFilePreview.h +++ b/lib/kofficeui/KoPictureFilePreview.h @@ -32,7 +32,7 @@ class KoPictureFilePreviewWidget; */ class KOFFICEUI_EXPORT KoPictureFilePreview : public KPreviewWidgetBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoRuler.h b/lib/kofficeui/KoRuler.h index 8019b908e..9bf6c8c6f 100644 --- a/lib/kofficeui/KoRuler.h +++ b/lib/kofficeui/KoRuler.h @@ -100,7 +100,7 @@ class KoRulerPrivate; */ class KOFFICEUI_EXPORT KoRuler : public TQFrame { - Q_OBJECT + TQ_OBJECT friend class KoRulerPrivate; // for the Action enum public: diff --git a/lib/kofficeui/KoSelectAction.h b/lib/kofficeui/KoSelectAction.h index 4531e0123..8ee0799ec 100644 --- a/lib/kofficeui/KoSelectAction.h +++ b/lib/kofficeui/KoSelectAction.h @@ -30,7 +30,7 @@ class TQPoint; */ class KOFFICEUI_EXPORT KoSelectAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: /** Constructs a KoSelectAction with a text and an icon. diff --git a/lib/kofficeui/KoTabBar.h b/lib/kofficeui/KoTabBar.h index 5396924af..57b5a3ead 100644 --- a/lib/kofficeui/KoTabBar.h +++ b/lib/kofficeui/KoTabBar.h @@ -60,7 +60,7 @@ class KoTabBarPrivate; */ class KOFFICEUI_EXPORT KoTabBar : public TQWidget { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY( TQString activeTab READ activeTab WRITE setActiveTab ) diff --git a/lib/kofficeui/KoTabChooser.h b/lib/kofficeui/KoTabChooser.h index a487959fd..bdbf99e2a 100644 --- a/lib/kofficeui/KoTabChooser.h +++ b/lib/kofficeui/KoTabChooser.h @@ -34,7 +34,7 @@ class KoTabChooserPrivate; class KOFFICEUI_EXPORT KoTabChooser : public TQFrame { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoTemplateChooseDia.h b/lib/kofficeui/KoTemplateChooseDia.h index 6797a69c0..b2dd4df57 100644 --- a/lib/kofficeui/KoTemplateChooseDia.h +++ b/lib/kofficeui/KoTemplateChooseDia.h @@ -42,7 +42,7 @@ class TQGridLayout; */ class KoTCDIconCanvas : public TDEIconCanvas { - Q_OBJECT + TQ_OBJECT public: KoTCDIconCanvas( TQWidget *parent = 0, const char *name = 0L ) @@ -93,7 +93,7 @@ class KoTCDIconViewItem : public TDEIconViewItem * @internal */ class KoTCDRecentFilesIconView : public KFileIconView { - Q_OBJECT + TQ_OBJECT public: KoTCDRecentFilesIconView( TQWidget* parent, const char* name ) : @@ -132,7 +132,7 @@ class KoTemplateChooseDiaPrivate; */ class KOFFICEUI_EXPORT KoTemplateChooseDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoTemplateCreateDia.h b/lib/kofficeui/KoTemplateCreateDia.h index 73833975e..3eb134d02 100644 --- a/lib/kofficeui/KoTemplateCreateDia.h +++ b/lib/kofficeui/KoTemplateCreateDia.h @@ -41,7 +41,7 @@ class KoTemplateCreateDiaPrivate; class KOFFICEUI_EXPORT KoTemplateCreateDia : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoToolBox.h b/lib/kofficeui/KoToolBox.h index ef7e5a774..0d5b2b18e 100644 --- a/lib/kofficeui/KoToolBox.h +++ b/lib/kofficeui/KoToolBox.h @@ -44,7 +44,7 @@ class ToolArea; class KOFFICEUI_EXPORT KoToolBox : public TDEToolBar { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kofficeui/KoTooluButton.h b/lib/kofficeui/KoTooluButton.h index b29751239..c57574c24 100644 --- a/lib/kofficeui/KoTooluButton.h +++ b/lib/kofficeui/KoTooluButton.h @@ -28,7 +28,7 @@ class TQPopupMenu; class KoColorPanel : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoColorPanel( TQWidget* parent = 0, const char* name = 0 ); @@ -105,7 +105,7 @@ bool operator<( const KoColorPanel::Position& lhs, const KoColorPanel::Position& // colors... hacky class KoColorPopupProxy : public TQObject { - Q_OBJECT + TQ_OBJECT public: KoColorPopupProxy( const TQColor& defaultColor, KoColorPanel* recentColors, TQObject* parent, const char* name ); @@ -129,7 +129,7 @@ private: // Parts of the code are from TDEToolBarButton class KoToolButton : public TDEToolBarButton { - Q_OBJECT + TQ_OBJECT public: /** diff --git a/lib/kofficeui/KoUnitWidgets.h b/lib/kofficeui/KoUnitWidgets.h index cd741f328..ddadd5d97 100644 --- a/lib/kofficeui/KoUnitWidgets.h +++ b/lib/kofficeui/KoUnitWidgets.h @@ -106,7 +106,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinBox : public KDoubleSpinBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -157,7 +157,7 @@ private slots: */ class KOFFICEUI_EXPORT KoUnitDoubleLineEdit : public KLineEdit, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleLineEdit( TQWidget *parent = 0L, const char *name = 0L ); @@ -186,7 +186,7 @@ private: */ class KOFFICEUI_EXPORT KoUnitDoubleComboBox : public KComboBox, public KoUnitDoubleBase { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleComboBox( TQWidget *parent = 0L, const char *name = 0L ); @@ -223,7 +223,7 @@ protected: */ class KOFFICEUI_EXPORT KoUnitDoubleSpinComboBox : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoUnitDoubleSpinComboBox( TQWidget *parent = 0L, const char *name = 0L ); diff --git a/lib/kofficeui/KoZoomAction.h b/lib/kofficeui/KoZoomAction.h index ec3b9fc1d..bba924804 100644 --- a/lib/kofficeui/KoZoomAction.h +++ b/lib/kofficeui/KoZoomAction.h @@ -30,7 +30,7 @@ */ class KOFFICEUI_EXPORT KoZoomAction : public TDESelectAction { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kofficeui/Kolinestyleaction.h b/lib/kofficeui/Kolinestyleaction.h index d0eb4ef09..e310c2269 100644 --- a/lib/kofficeui/Kolinestyleaction.h +++ b/lib/kofficeui/Kolinestyleaction.h @@ -25,7 +25,7 @@ /** A line style selection action */ class KOFFICEUI_EXPORT KoLineStyleAction : public KoSelectAction { - Q_OBJECT + TQ_OBJECT public: /** Constructs a KoLineStyleAction with a text and an icon. diff --git a/lib/kofficeui/Kolinewidthaction.h b/lib/kofficeui/Kolinewidthaction.h index fe1ed7054..4adc92663 100644 --- a/lib/kofficeui/Kolinewidthaction.h +++ b/lib/kofficeui/Kolinewidthaction.h @@ -29,7 +29,7 @@ /** A line width selection action */ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction { - Q_OBJECT + TQ_OBJECT public: /** Constructs a KoLineWidthAction with a text and an icon. @@ -87,7 +87,7 @@ class KOFFICEUI_EXPORT KoLineWidthAction : public KoSelectAction /** This class provides a dialog for setting a custom line width. */ class KoLineWidthChooser : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KoLineWidthChooser(TQWidget* parent = 0, const char* name = 0); diff --git a/lib/kofficeui/kcoloractions.h b/lib/kofficeui/kcoloractions.h index 8842f480b..669b15151 100644 --- a/lib/kofficeui/kcoloractions.h +++ b/lib/kofficeui/kcoloractions.h @@ -28,7 +28,7 @@ */ class KColorAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: @@ -67,7 +67,7 @@ private: class TDESelectColorAction : public TDEAction { - Q_OBJECT + TQ_OBJECT public: enum Type { diff --git a/lib/kofficeui/tests/coloraction_test.h b/lib/kofficeui/tests/coloraction_test.h index f2d1618ec..31ddec076 100644 --- a/lib/kofficeui/tests/coloraction_test.h +++ b/lib/kofficeui/tests/coloraction_test.h @@ -27,7 +27,7 @@ class KoColorPanel; class TopLevel : public TQMainWindow { - Q_OBJECT + TQ_OBJECT public: TopLevel( TQWidget* parent = 0, const char* name = 0 ); diff --git a/lib/kofficeui/tkcoloractions.h b/lib/kofficeui/tkcoloractions.h index eb77fa7a6..2c4f68b69 100644 --- a/lib/kofficeui/tkcoloractions.h +++ b/lib/kofficeui/tkcoloractions.h @@ -31,7 +31,7 @@ class TKColorPanel; class TTDESelectColorActionPrivate; class TKColorPopupMenu : public TDEPopupMenu -{ Q_OBJECT +{ TQ_OBJECT public: TKColorPopupMenu( TQWidget* parent = 0, const char* name = 0 ); @@ -42,7 +42,7 @@ public slots: }; /****************************************************************************************/ class KOFFICEUI_EXPORT TTDESelectColorAction : public TTDEAction -{ Q_OBJECT +{ TQ_OBJECT public: enum Type { @@ -99,7 +99,7 @@ private: }; /****************************************************************************************/ class TKColorPanelButton : public TQFrame -{ Q_OBJECT +{ TQ_OBJECT public: TKColorPanelButton( const TQColor&, TQWidget* parent, const char* name = 0 ); @@ -127,7 +127,7 @@ private: }; /****************************************************************************************/ class TKColorPanel : public TQWidget -{ Q_OBJECT +{ TQ_OBJECT public: diff --git a/lib/kofficeui/tkcombobox.h b/lib/kofficeui/tkcombobox.h index 63e52f557..fd9be294a 100644 --- a/lib/kofficeui/tkcombobox.h +++ b/lib/kofficeui/tkcombobox.h @@ -22,7 +22,7 @@ #include <tqcombobox.h> class TKComboBox : public TQComboBox -{ Q_OBJECT +{ TQ_OBJECT public: TKComboBox(TQWidget* parent=0, const char* name=0); diff --git a/lib/kofficeui/ttdeaction.h b/lib/kofficeui/ttdeaction.h index bc5912f47..349ab5b8d 100644 --- a/lib/kofficeui/ttdeaction.h +++ b/lib/kofficeui/ttdeaction.h @@ -31,7 +31,7 @@ class TTDEToolBarButton; class TKComboBox; class KOFFICEUI_EXPORT TTDEAction : public TDEAction -{ Q_OBJECT +{ TQ_OBJECT public: TTDEAction(TQObject* parent, const char* name); @@ -60,7 +60,7 @@ private: }; /******************************************************************************/ class KOFFICEUI_EXPORT TKBaseSelectAction : public TTDEAction -{ Q_OBJECT +{ TQ_OBJECT friend class TTDESelectAction; public: @@ -95,7 +95,7 @@ private: }; /******************************************************************************/ class KOFFICEUI_EXPORT TTDESelectAction : public TKBaseSelectAction -{ Q_OBJECT +{ TQ_OBJECT public: TTDESelectAction(TQObject* parent, const char* name); diff --git a/lib/kofficeui/ttdetoolbarbutton.h b/lib/kofficeui/ttdetoolbarbutton.h index 3a899fc8d..9a7979893 100644 --- a/lib/kofficeui/ttdetoolbarbutton.h +++ b/lib/kofficeui/ttdetoolbarbutton.h @@ -32,7 +32,7 @@ class TQPopupMenu; class TQPainter; class TTDEToolBarButton : public TQToolButton -{ Q_OBJECT +{ TQ_OBJECT public: TTDEToolBarButton(const TQString& icon, const TQString& txt, diff --git a/lib/kopainter/koColorChooser.h b/lib/kopainter/koColorChooser.h index f1b259bc1..d978823a3 100644 --- a/lib/kopainter/koColorChooser.h +++ b/lib/kopainter/koColorChooser.h @@ -42,7 +42,7 @@ class ColorWidget; class KoColorChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoColorChooser(TQWidget *parent = 0L, const char *name = 0L); @@ -82,7 +82,7 @@ private: }; class ColorWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: @@ -100,7 +100,7 @@ protected: class RGBWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: RGBWidget(TQWidget *parent = 0L); @@ -138,7 +138,7 @@ private: class HSVWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: HSVWidget(TQWidget *parent = 0L); @@ -176,7 +176,7 @@ private: class GreyWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: GreyWidget(TQWidget *parent = 0L); @@ -202,7 +202,7 @@ protected: class LABWidget : public ColorWidget { - Q_OBJECT + TQ_OBJECT public: LABWidget(TQWidget *parent = 0L); diff --git a/lib/kopainter/koColorSlider.h b/lib/kopainter/koColorSlider.h index 05a715a46..ac03d61a6 100644 --- a/lib/kopainter/koColorSlider.h +++ b/lib/kopainter/koColorSlider.h @@ -30,7 +30,7 @@ class SliderWidget; class KOPAINTER_EXPORT KoColorFrame : public TQFrame { - Q_OBJECT + TQ_OBJECT public: KoColorFrame(TQWidget *parent = 0L); @@ -63,7 +63,7 @@ protected: class KOPAINTER_EXPORT KoSliderWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoSliderWidget(TQWidget *parent = 0L); @@ -84,7 +84,7 @@ protected: class KOPAINTER_EXPORT KoColorSlider : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoColorSlider(TQWidget *parent = 0L); diff --git a/lib/kopainter/koFrameButton.h b/lib/kopainter/koFrameButton.h index 67be43406..8648b1c06 100644 --- a/lib/kopainter/koFrameButton.h +++ b/lib/kopainter/koFrameButton.h @@ -28,7 +28,7 @@ class TQString; class KoFrameButton : public TQLabel { - Q_OBJECT + TQ_OBJECT public: KoFrameButton(TQWidget *parent = 0, const char *name = 0); diff --git a/lib/kopainter/koIconChooser.h b/lib/kopainter/koIconChooser.h index ed81dc029..836df9f82 100644 --- a/lib/kopainter/koIconChooser.h +++ b/lib/kopainter/koIconChooser.h @@ -61,7 +61,7 @@ private: class KOPAINTER_EXPORT KoIconChooser: public TQGridView { - Q_OBJECT + TQ_OBJECT public: // To make the items sorted, set 'sort' to true and override KoIconItem::compare(). @@ -123,7 +123,7 @@ private: // kis_patternchooser. (Rob) class KOPAINTER_EXPORT KoPatternChooser : public TQWidget { - Q_OBJECT + TQ_OBJECT public: KoPatternChooser( const TQPtrList<KoIconItem> &list, TQWidget *parent, const char *name = 0 ); diff --git a/lib/kopainter/ko_cmyk_widget.h b/lib/kopainter/ko_cmyk_widget.h index 4e1e4c895..42afc6bb4 100644 --- a/lib/kopainter/ko_cmyk_widget.h +++ b/lib/kopainter/ko_cmyk_widget.h @@ -43,7 +43,7 @@ struct CMYKColor class KoCMYKWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopainter/ko_color_wheel.h b/lib/kopainter/ko_color_wheel.h index d57a98dab..582cae4fe 100644 --- a/lib/kopainter/ko_color_wheel.h +++ b/lib/kopainter/ko_color_wheel.h @@ -28,7 +28,7 @@ class TQPainter; class KoColorWheel : public KXYSelector { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kopainter/ko_gray_widget.h b/lib/kopainter/ko_gray_widget.h index c2b49adff..4b1d7abee 100644 --- a/lib/kopainter/ko_gray_widget.h +++ b/lib/kopainter/ko_gray_widget.h @@ -35,7 +35,7 @@ class KDualColorButton; class KoGrayWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopainter/ko_hsv_widget.h b/lib/kopainter/ko_hsv_widget.h index 228475d0f..035dc5cea 100644 --- a/lib/kopainter/ko_hsv_widget.h +++ b/lib/kopainter/ko_hsv_widget.h @@ -38,7 +38,7 @@ class TQSpinBox; class KoHSVWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopainter/ko_rgb_widget.h b/lib/kopainter/ko_rgb_widget.h index 827322f5d..915d363d1 100644 --- a/lib/kopainter/ko_rgb_widget.h +++ b/lib/kopainter/ko_rgb_widget.h @@ -37,7 +37,7 @@ class TQColor; class KoRGBWidget : public TQWidget { - Q_OBJECT + TQ_OBJECT typedef TQWidget super; diff --git a/lib/kopalette/kopalette.h b/lib/kopalette/kopalette.h index 7c592c9c9..659d9f9b4 100644 --- a/lib/kopalette/kopalette.h +++ b/lib/kopalette/kopalette.h @@ -38,7 +38,7 @@ */ class KOPALETTE_EXPORT KoPalette : public TQDockWindow { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kopalette/kopalettemanager.h b/lib/kopalette/kopalettemanager.h index 090f237d3..7869d075b 100644 --- a/lib/kopalette/kopalettemanager.h +++ b/lib/kopalette/kopalettemanager.h @@ -84,7 +84,7 @@ namespace { */ class KOPALETTE_EXPORT KoPaletteManager : public TQObject { - Q_OBJECT + TQ_OBJECT diff --git a/lib/kopalette/kotabpalette.h b/lib/kopalette/kotabpalette.h index 31b466834..a2f7ca7b7 100644 --- a/lib/kopalette/kotabpalette.h +++ b/lib/kopalette/kotabpalette.h @@ -36,7 +36,7 @@ class TQWidget; */ class KoTabPalette : public KoPalette { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/kopalette/kotoolboxpalette.h b/lib/kopalette/kotoolboxpalette.h index cbc119ba3..c11f86d9d 100644 --- a/lib/kopalette/kotoolboxpalette.h +++ b/lib/kopalette/kotoolboxpalette.h @@ -29,7 +29,7 @@ */ class KoToolBoxPalette : public KoPalette { -Q_OBJECT +TQ_OBJECT public: diff --git a/lib/koproperty/editor.h b/lib/koproperty/editor.h index 204bb615c..ec1eda1c3 100644 --- a/lib/koproperty/editor.h +++ b/lib/koproperty/editor.h @@ -62,7 +62,7 @@ class EditorItem; */ class KOPROPERTY_EXPORT Editor : public TDEListView { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/booledit.h b/lib/koproperty/editors/booledit.h index edd3c6370..cce7c0a38 100644 --- a/lib/koproperty/editors/booledit.h +++ b/lib/koproperty/editors/booledit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT BoolEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: @@ -59,7 +59,7 @@ class KOPROPERTY_EXPORT BoolEdit : public Widget class KOPROPERTY_EXPORT ThreeStateBoolEdit : public ComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/coloredit.h b/lib/koproperty/editors/coloredit.h index 2dd747073..94e2bc2e7 100644 --- a/lib/koproperty/editors/coloredit.h +++ b/lib/koproperty/editors/coloredit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ColorButton : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/combobox.h b/lib/koproperty/editors/combobox.h index 9bb7a745b..f95a43f76 100644 --- a/lib/koproperty/editors/combobox.h +++ b/lib/koproperty/editors/combobox.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT ComboBox : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/cursoredit.h b/lib/koproperty/editors/cursoredit.h index 0748110a6..3f6b9c985 100644 --- a/lib/koproperty/editors/cursoredit.h +++ b/lib/koproperty/editors/cursoredit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT CursorEdit : public ComboBox { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/dateedit.h b/lib/koproperty/editors/dateedit.h index 58d679ae9..aeb582520 100644 --- a/lib/koproperty/editors/dateedit.h +++ b/lib/koproperty/editors/dateedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/datetimeedit.h b/lib/koproperty/editors/datetimeedit.h index d27b1c07b..ae6a856a4 100644 --- a/lib/koproperty/editors/datetimeedit.h +++ b/lib/koproperty/editors/datetimeedit.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DateTimeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/dummywidget.h b/lib/koproperty/editors/dummywidget.h index 61edac60d..c983cf09c 100644 --- a/lib/koproperty/editors/dummywidget.h +++ b/lib/koproperty/editors/dummywidget.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT DummyWidget: public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/fontedit.h b/lib/koproperty/editors/fontedit.h index 96fa1617f..532805397 100644 --- a/lib/koproperty/editors/fontedit.h +++ b/lib/koproperty/editors/fontedit.h @@ -30,7 +30,7 @@ class FontEditRequester; class KOPROPERTY_EXPORT FontEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/linestyleedit.h b/lib/koproperty/editors/linestyleedit.h index c288e33f6..cae5a3aa6 100644 --- a/lib/koproperty/editors/linestyleedit.h +++ b/lib/koproperty/editors/linestyleedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT LineStyleEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/pixmapedit.h b/lib/koproperty/editors/pixmapedit.h index c2a9d0114..b3bfbdbf9 100644 --- a/lib/koproperty/editors/pixmapedit.h +++ b/lib/koproperty/editors/pixmapedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PixmapEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/pointedit.h b/lib/koproperty/editors/pointedit.h index 31623b469..5bb01ff0b 100644 --- a/lib/koproperty/editors/pointedit.h +++ b/lib/koproperty/editors/pointedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT PointEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/rectedit.h b/lib/koproperty/editors/rectedit.h index 42f3630d6..8eb5fee6f 100644 --- a/lib/koproperty/editors/rectedit.h +++ b/lib/koproperty/editors/rectedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT RectEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/sizeedit.h b/lib/koproperty/editors/sizeedit.h index 4ae5bf640..5e91cee1e 100644 --- a/lib/koproperty/editors/sizeedit.h +++ b/lib/koproperty/editors/sizeedit.h @@ -31,7 +31,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/sizepolicyedit.h b/lib/koproperty/editors/sizepolicyedit.h index c8d8e7a84..a98349759 100644 --- a/lib/koproperty/editors/sizepolicyedit.h +++ b/lib/koproperty/editors/sizepolicyedit.h @@ -33,7 +33,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SizePolicyEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/spinbox.h b/lib/koproperty/editors/spinbox.h index 9c4a3fe2b..b79f82654 100644 --- a/lib/koproperty/editors/spinbox.h +++ b/lib/koproperty/editors/spinbox.h @@ -34,7 +34,7 @@ class DoubleEdit; class IntSpinBox : public KIntSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -50,7 +50,7 @@ class IntSpinBox : public KIntSpinBox class KOPROPERTY_EXPORT IntEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: @@ -76,7 +76,7 @@ class KOPROPERTY_EXPORT IntEdit : public Widget class DoubleSpinBox : public KDoubleSpinBox { - Q_OBJECT + TQ_OBJECT public: @@ -94,7 +94,7 @@ class DoubleSpinBox : public KDoubleSpinBox class KOPROPERTY_EXPORT DoubleEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/stringedit.h b/lib/koproperty/editors/stringedit.h index cebe6a3e7..099cfff19 100644 --- a/lib/koproperty/editors/stringedit.h +++ b/lib/koproperty/editors/stringedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/stringlistedit.h b/lib/koproperty/editors/stringlistedit.h index af9812f51..5370b5114 100644 --- a/lib/koproperty/editors/stringlistedit.h +++ b/lib/koproperty/editors/stringlistedit.h @@ -32,7 +32,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT StringListEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/symbolcombo.h b/lib/koproperty/editors/symbolcombo.h index 99eb325c0..f9a57a8d4 100644 --- a/lib/koproperty/editors/symbolcombo.h +++ b/lib/koproperty/editors/symbolcombo.h @@ -30,7 +30,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT SymbolCombo : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/timeedit.h b/lib/koproperty/editors/timeedit.h index 16b24686b..88d1da738 100644 --- a/lib/koproperty/editors/timeedit.h +++ b/lib/koproperty/editors/timeedit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT TimeEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/editors/urledit.h b/lib/koproperty/editors/urledit.h index 597d09df4..34c478f7b 100644 --- a/lib/koproperty/editors/urledit.h +++ b/lib/koproperty/editors/urledit.h @@ -29,7 +29,7 @@ namespace KoProperty { class KOPROPERTY_EXPORT URLEdit : public Widget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/set.h b/lib/koproperty/set.h index 9e1dc3d28..90c7534f6 100644 --- a/lib/koproperty/set.h +++ b/lib/koproperty/set.h @@ -39,7 +39,7 @@ class SetPrivate; */ class KOPROPERTY_EXPORT Set : public TQObject { - Q_OBJECT + TQ_OBJECT public: @@ -233,7 +233,7 @@ class KOPROPERTY_EXPORT Set : public TQObject */ class KOPROPERTY_EXPORT Buffer : public Set { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/test/test.h b/lib/koproperty/test/test.h index 2866031aa..8135f0b14 100644 --- a/lib/koproperty/test/test.h +++ b/lib/koproperty/test/test.h @@ -35,7 +35,7 @@ */ class Test : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: Test(); diff --git a/lib/koproperty/widget.h b/lib/koproperty/widget.h index a93e59cb0..8c296d828 100644 --- a/lib/koproperty/widget.h +++ b/lib/koproperty/widget.h @@ -35,7 +35,7 @@ class Property; */ class KOPROPERTY_EXPORT Widget : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/koproperty/widgetproxy.h b/lib/koproperty/widgetproxy.h index 6a52f67d3..ea013a4dd 100644 --- a/lib/koproperty/widgetproxy.h +++ b/lib/koproperty/widgetproxy.h @@ -36,7 +36,7 @@ class WidgetProxyPrivate; */ class KOPROPERTY_EXPORT WidgetProxy : public TQWidget { - Q_OBJECT + TQ_OBJECT public: diff --git a/lib/kotext/DateFormatWidget.h b/lib/kotext/DateFormatWidget.h index 2ad686580..d926e9966 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 b4e53f6c2..d1ce4c098 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 800028df4..341903c81 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 3cb2f35ba..731ad96df 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 53519c4ff..417b735e7 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 206b549c4..ccfde3814 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 a6fb742fa..39901a7e2 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 2262091d7..d33cfef88 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 2d796725d..e35cee244 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 44b1b3546..107e1aad8 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 a0779a84d..bdc102fa5 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 f995e981f..042a5133d 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 5c7e65cf1..5863c0ac2 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 512aacf6c..cc069fa81 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 a83e6407f..6d4c9f166 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 ea8f08b88..3a49af7e7 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 9722888a6..38ceb1c88 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 18a992c19..8ec432f38 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 1e1b42d34..75ee2c322 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 3c5ebf0b8..b110feb8c 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 685b7348e..1c0ccb32a 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 6d27449a2..8a7e4cf46 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 4bdf09140..b1a1a17ee 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 accd8f928..c1d6e49a1 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 4111d4d21..4b0321072 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 20013ad71..23b6c945e 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 6113b6d67..629361b96 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 6813203bd..6a008647e 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 4be17d4cb..6ba410da6 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(); diff --git a/lib/kross/main/scriptaction.h b/lib/kross/main/scriptaction.h index ce6544bc6..58e6fc19c 100644 --- a/lib/kross/main/scriptaction.h +++ b/lib/kross/main/scriptaction.h @@ -40,7 +40,7 @@ namespace Kross { namespace Api { : public TDEAction , public Kross::Api::ScriptContainer { - Q_OBJECT + TQ_OBJECT /// The name of the interpreter used to execute the scripting code. diff --git a/lib/kross/main/scriptguiclient.h b/lib/kross/main/scriptguiclient.h index 01a9b22e5..28bb62c0b 100644 --- a/lib/kross/main/scriptguiclient.h +++ b/lib/kross/main/scriptguiclient.h @@ -44,7 +44,7 @@ namespace Kross { namespace Api { : public TQObject , public KXMLGUIClient { - Q_OBJECT + TQ_OBJECT //TQ_PROPERTY(TQString configfile READ getConfigFile WRITE setConfigFile) diff --git a/lib/kross/main/wdgscriptsmanager.h b/lib/kross/main/wdgscriptsmanager.h index a30111d18..1415169ad 100644 --- a/lib/kross/main/wdgscriptsmanager.h +++ b/lib/kross/main/wdgscriptsmanager.h @@ -36,7 +36,7 @@ class WdgScriptsManagerPrivate; */ class WdgScriptsManager : public WdgScriptsManagerBase { - Q_OBJECT + TQ_OBJECT public: WdgScriptsManager(ScriptGUIClient* scr, TQWidget* parent = 0, const char* name = 0, WFlags fl = 0); diff --git a/lib/kross/test/testaction.h b/lib/kross/test/testaction.h index 8e2d355ef..db6e2b906 100644 --- a/lib/kross/test/testaction.h +++ b/lib/kross/test/testaction.h @@ -31,7 +31,7 @@ class TestAction : public TQWidget { - Q_OBJECT + TQ_OBJECT public: TestAction(Kross::Api::ScriptContainer::Ptr scriptcontainer); diff --git a/lib/kross/test/testobject.h b/lib/kross/test/testobject.h index 21454829e..0ec38a6f5 100644 --- a/lib/kross/test/testobject.h +++ b/lib/kross/test/testobject.h @@ -27,7 +27,7 @@ class TestObject : public TQObject { - Q_OBJECT + TQ_OBJECT TQ_PROPERTY(TQString testProperty READ testProperty WRITE setTestProperty) diff --git a/lib/kross/test/testwindow.h b/lib/kross/test/testwindow.h index 45f14de0e..e090d8000 100644 --- a/lib/kross/test/testwindow.h +++ b/lib/kross/test/testwindow.h @@ -35,7 +35,7 @@ class KTextEdit; class TestWindow : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: TestWindow(const TQString& interpretername, const TQString& scriptcode); |