diff options
Diffstat (limited to 'lib')
135 files changed, 221 insertions, 221 deletions
diff --git a/lib/kformula/MatrixDialog.h b/lib/kformula/MatrixDialog.h index bc5bd7f1..2bef8732 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 b87cf844..55d65b59 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 41c4c9bf..64866af6 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 7a8f0369..0cd80263 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 50d299b8..38a15c93 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 9fad12ca..58e08283 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 bf692282..cfcf10a8 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 dd15684c..e185b308 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 fad75420..d09ea895 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 158f107b..64634f67 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 16b0f302..ef3dc55a 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 43d2fbbf..5b751fc7 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 1ae87ce9..21971368 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 21cb0b6b..f7fc00d9 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 6dfebd21..31f19316 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 f6467768..13bfdb5c 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 a636c7dd..30703ba2 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 a6437d3d..40181eb6 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 21287315..087b4498 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 c48169a3..c1532e1d 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 c4560280..09ea61b7 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 9c9dcaa8..dec2ec03 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 e446f6f7..2d614d4f 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 484f6a45..48ed77a9 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 81dcd587..9befc71e 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 d9d3b43d..eccf39ff 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 7376e4ca..e6d61d34 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 b53c339a..354fd2c8 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 9bf930a2..2f920d7c 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 a8d0b91c..1f216a1e 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 02af7c80..96a09d54 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 51ea6539..0b101f87 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 2b971ff6..71866198 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 4313a60c..cac53f76 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 d1e574e7..7feb7164 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 ccade61b..436c9b61 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 4416610f..2a202940 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 b4e0b35e..d8369136 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 0c50b448..ff23c929 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 213b021c..fe4eb662 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 7de19ca3..07b26d37 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 e402dd77..cf0d7e39 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 b6414e3a..ac8ec765 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 a9c9297e..58db0d98 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 8019b908..9bf6c8c6 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 4531e012..8ee0799e 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 5396924a..57b5a3ea 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 a487959f..bdbf99e2 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 6797a69c..b2dd4df5 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 73833975..3eb134d0 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 ef7e5a77..0d5b2b18 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 b2975123..c57574c2 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 cd741f32..ddadd5d9 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 ec3b9fc1..bba92480 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 d0eb4ef0..e310c226 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 fe1ed705..4adc9266 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 8842f480..669b1515 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 f2d1618e..31ddec07 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 eb77fa7a..2c4f68b6 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 63e52f55..fd9be294 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 bc5912f4..349ab5b8 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 3a899fc8..9a797989 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 f1b259bc..d978823a 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 05a715a4..ac03d61a 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 67be4340..8648b1c0 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 ed81dc02..836df9f8 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 4e1e4c89..42afc6bb 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 d57a98da..582cae4f 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 c2b49adf..4b1d7abe 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 228475d0..035dc5ce 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 827322f5..915d363d 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 7c592c9c..659d9f9b 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 090f237d..7869d075 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 31b46683..a2f7ca7b 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 cbc119ba..c11f86d9 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 204bb615..ec1eda1c 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 edd3c637..cce7c0a3 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 2dd74707..94e2bc2e 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 9bb7a745..f95a43f7 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 0748110a..3f6b9c98 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 58d679ae..aeb58252 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 d27b1c07..ae6a856a 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 61edac60..c983cf09 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 96fa1617..53280539 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 c288e33f..cae5a3aa 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 c2a9d011..b3bfbdbf 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 31623b46..5bb01ff0 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 42f3630d..8eb5fee6 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 4ae5bf64..5e91cee1 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 c8d8e7a8..a9834975 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 9c4a3fe2..b79f8265 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 cebe6a3e..099cfff1 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 af9812f5..5370b511 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 99eb325c..f9a57a8d 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 16b24686..88d1da73 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 597d09df..34c478f7 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 9e1dc3d2..90c7534f 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 2866031a..8135f0b1 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 a93e59cb..8c296d82 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 6a52f67d..ea013a4d 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 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(); diff --git a/lib/kross/main/scriptaction.h b/lib/kross/main/scriptaction.h index ce6544bc..58e6fc19 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 01a9b22e..28bb62c0 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 a30111d1..1415169a 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 8e2d355e..db6e2b90 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 21454829..0ec38a6f 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 45f14de0..e090d800 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); |