diff options
Diffstat (limited to 'lib/kofficecore')
-rw-r--r-- | lib/kofficecore/KoApplication.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoChild.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoContainerHandler.h | 8 | ||||
-rw-r--r-- | lib/kofficecore/KoDetailsPane.h | 4 | ||||
-rw-r--r-- | lib/kofficecore/KoDocument.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoDocumentChild.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoDocumentInfo.h | 8 | ||||
-rw-r--r-- | lib/kofficecore/KoDocumentInfoDlg.h | 4 | ||||
-rw-r--r-- | lib/kofficecore/KoDocument_p.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoFactory.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoFileDialog.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoFilter.h | 6 | ||||
-rw-r--r-- | lib/kofficecore/KoFilterManager.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoFilterManager_p.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoFrame.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoMainWindow.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoOpenPane.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoSpeaker.h | 2 | ||||
-rw-r--r-- | lib/kofficecore/KoView.h | 4 | ||||
-rw-r--r-- | lib/kofficecore/Koversiondialog.h | 4 |
20 files changed, 32 insertions, 32 deletions
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 ); |