summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-20 13:37:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-22 10:29:56 +0900
commitef14fba42c78a96d905c42632a62dc11f353b1c3 (patch)
treead32afdaaa32b215fe8b9be49fbf578d30a556d3 /lib/kofficecore
parent8b5a8460b388924f71bef71fc0dc4862e8c146d2 (diff)
downloadkoffice-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/kofficecore')
-rw-r--r--lib/kofficecore/KoApplication.h2
-rw-r--r--lib/kofficecore/KoChild.h2
-rw-r--r--lib/kofficecore/KoContainerHandler.h8
-rw-r--r--lib/kofficecore/KoDetailsPane.h4
-rw-r--r--lib/kofficecore/KoDocument.h2
-rw-r--r--lib/kofficecore/KoDocumentChild.h2
-rw-r--r--lib/kofficecore/KoDocumentInfo.h8
-rw-r--r--lib/kofficecore/KoDocumentInfoDlg.h4
-rw-r--r--lib/kofficecore/KoDocument_p.h2
-rw-r--r--lib/kofficecore/KoFactory.h2
-rw-r--r--lib/kofficecore/KoFileDialog.h2
-rw-r--r--lib/kofficecore/KoFilter.h6
-rw-r--r--lib/kofficecore/KoFilterManager.h2
-rw-r--r--lib/kofficecore/KoFilterManager_p.h2
-rw-r--r--lib/kofficecore/KoFrame.h2
-rw-r--r--lib/kofficecore/KoMainWindow.h2
-rw-r--r--lib/kofficecore/KoOpenPane.h2
-rw-r--r--lib/kofficecore/KoSpeaker.h2
-rw-r--r--lib/kofficecore/KoView.h4
-rw-r--r--lib/kofficecore/Koversiondialog.h4
20 files changed, 32 insertions, 32 deletions
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 );