summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore
diff options
context:
space:
mode:
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 d6f44929a..1682b2459 100644
--- a/lib/kofficecore/KoApplication.h
+++ b/lib/kofficecore/KoApplication.h
@@ -42,7 +42,7 @@ class KoApplicationPrivate;
class KOFFICECORE_EXPORT KoApplication : public KApplication
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/lib/kofficecore/KoChild.h b/lib/kofficecore/KoChild.h
index fe345e2e1..16b0f3025 100644
--- a/lib/kofficecore/KoChild.h
+++ b/lib/kofficecore/KoChild.h
@@ -41,7 +41,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 0187128d8..43d2fbbff 100644
--- a/lib/kofficecore/KoContainerHandler.h
+++ b/lib/kofficecore/KoContainerHandler.h
@@ -43,7 +43,7 @@ class KoPartMoveHandlerPrivate;
class KOFFICECORE_EXPORT KoEventHandler : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoEventHandler( TQObject* target );
~KoEventHandler();
@@ -61,7 +61,7 @@ private:
class KoPartResizeHandler : public KoEventHandler
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoPartResizeHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child,
KoChild::Gadget gadget, const TQPoint& point );
@@ -82,7 +82,7 @@ private:
class KoPartMoveHandler : public KoEventHandler
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoPartMoveHandler( TQWidget* widget, const TQWMatrix& matrix, KoView* view, KoChild* child,
const TQPoint& point );
@@ -112,7 +112,7 @@ private:
class KOFFICECORE_EXPORT KoContainerHandler : public KoEventHandler
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoContainerHandler( KoView* view, TQWidget* widget );
~KoContainerHandler();
diff --git a/lib/kofficecore/KoDetailsPane.h b/lib/kofficecore/KoDetailsPane.h
index 7264cd788..9f1cf7ba7 100644
--- a/lib/kofficecore/KoDetailsPane.h
+++ b/lib/kofficecore/KoDetailsPane.h
@@ -46,7 +46,7 @@ class KoTemplatesPanePrivate;
class KoTemplatesPane : public KoDetailsPaneBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor.
@@ -97,7 +97,7 @@ class KoTemplatesPane : public KoDetailsPaneBase
class KoRecentDocumentsPane : public KoDetailsPaneBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Constructor.
diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h
index 1a5d08056..829639ac0 100644
--- a/lib/kofficecore/KoDocument.h
+++ b/lib/kofficecore/KoDocument.h
@@ -61,7 +61,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 50029cee1..6dfebd210 100644
--- a/lib/kofficecore/KoDocumentChild.h
+++ b/lib/kofficecore/KoDocumentChild.h
@@ -43,7 +43,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 454763acf..4ecd2cef0 100644
--- a/lib/kofficecore/KoDocumentInfo.h
+++ b/lib/kofficecore/KoDocumentInfo.h
@@ -39,7 +39,7 @@ class KoXmlWriter;
class KOFFICECORE_EXPORT KoDocumentInfo : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoDocumentInfo( TQObject* parent = 0, const char* name = 0 );
virtual ~KoDocumentInfo();
@@ -78,7 +78,7 @@ public:
class KOFFICECORE_EXPORT KoDocumentInfoAuthor : public KoDocumentInfoPage
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoDocumentInfoAuthor( KoDocumentInfo* info );
~KoDocumentInfoAuthor();
@@ -137,7 +137,7 @@ private:
class KOFFICECORE_EXPORT KoDocumentInfoAbout : public KoDocumentInfoPage
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoDocumentInfoAbout( KoDocumentInfo* info );
@@ -181,7 +181,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 8589b6a06..a636c7ddf 100644
--- a/lib/kofficecore/KoDocumentInfoDlg.h
+++ b/lib/kofficecore/KoDocumentInfoDlg.h
@@ -35,7 +35,7 @@ class KArchiveEntry;
class KOFFICECORE_EXPORT KoDocumentInfoDlg : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoDocumentInfoDlg( KoDocumentInfo *docInfo, TQWidget *parent = 0, const char *name = 0,
KDialogBase *dialog = 0 );
@@ -70,7 +70,7 @@ private:
class KOFFICECORE_EXPORT KoDocumentInfoPropsPage : public KPropsDlgPlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoDocumentInfoPropsPage( KPropertiesDialog *props, const char *name = 0,
const TQStringList & = TQStringList() );
diff --git a/lib/kofficecore/KoDocument_p.h b/lib/kofficecore/KoDocument_p.h
index 5ad033173..e3ab46cf2 100644
--- a/lib/kofficecore/KoDocument_p.h
+++ b/lib/kofficecore/KoDocument_p.h
@@ -30,7 +30,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 7a8a5a87d..9435a79e4 100644
--- a/lib/kofficecore/KoFactory.h
+++ b/lib/kofficecore/KoFactory.h
@@ -27,7 +27,7 @@ class KInstance;
class KOFFICECORE_EXPORT KoFactory : public KParts::Factory
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoFactory( TQObject *parent = 0, const char *name = 0 );
virtual ~KoFactory();
diff --git a/lib/kofficecore/KoFileDialog.h b/lib/kofficecore/KoFileDialog.h
index 7c702cac5..f419320cc 100644
--- a/lib/kofficecore/KoFileDialog.h
+++ b/lib/kofficecore/KoFileDialog.h
@@ -35,7 +35,7 @@
class KoFileDialog : public KFileDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoFileDialog( const TQString& startDir, const TQString& filter,
TQWidget *parent, const char *name,
diff --git a/lib/kofficecore/KoFilter.h b/lib/kofficecore/KoFilter.h
index cafad7741..c4560280a 100644
--- a/lib/kofficecore/KoFilter.h
+++ b/lib/kofficecore/KoFilter.h
@@ -32,7 +32,7 @@ class KoFilterChain;
*
* Derive your filter class from this base class and implement
* the @ref convert() method. Don't forget to specify the Q_OBJECT
- 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.
* The m_chain member allows access to the @ref KoFilterChain
@@ -49,7 +49,7 @@ class KoFilterChain;
class KOFFICECORE_EXPORT KoFilter : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
friend class KoFilterEntry; // needed for the filter chain pointer :(
friend class KoFilterChain;
@@ -147,7 +147,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 111580126..9c9dcaa89 100644
--- a/lib/kofficecore/KoFilterManager.h
+++ b/lib/kofficecore/KoFilterManager.h
@@ -44,7 +44,7 @@ class KoDocument;
class KOFFICECORE_EXPORT KoFilterManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* This enum is used to distinguish the import/export cases
diff --git a/lib/kofficecore/KoFilterManager_p.h b/lib/kofficecore/KoFilterManager_p.h
index 0e8a07628..bdee8777a 100644
--- a/lib/kofficecore/KoFilterManager_p.h
+++ b/lib/kofficecore/KoFilterManager_p.h
@@ -30,7 +30,7 @@ class KListBox;
class KoFilterChooser : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoFilterChooser (TQWidget *parent, const TQStringList &mimeTypes,
diff --git a/lib/kofficecore/KoFrame.h b/lib/kofficecore/KoFrame.h
index 77b3d1c35..484f6a456 100644
--- a/lib/kofficecore/KoFrame.h
+++ b/lib/kofficecore/KoFrame.h
@@ -28,7 +28,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 8913e1a85..433c93d44 100644
--- a/lib/kofficecore/KoMainWindow.h
+++ b/lib/kofficecore/KoMainWindow.h
@@ -51,7 +51,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 2d450cda7..ad6a8db5b 100644
--- a/lib/kofficecore/KoOpenPane.h
+++ b/lib/kofficecore/KoOpenPane.h
@@ -36,7 +36,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 b853bdeca..c5acda32f 100644
--- a/lib/kofficecore/KoSpeaker.h
+++ b/lib/kofficecore/KoSpeaker.h
@@ -63,7 +63,7 @@ class KoSpeakerPrivate;
class KOFFICECORE_EXPORT KoSpeaker : public TQObject, public KShared
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoSpeaker();
~KoSpeaker();
diff --git a/lib/kofficecore/KoView.h b/lib/kofficecore/KoView.h
index 93eb8971e..db8e1fc6a 100644
--- a/lib/kofficecore/KoView.h
+++ b/lib/kofficecore/KoView.h
@@ -57,7 +57,7 @@ namespace KParts
class KOFFICECORE_EXPORT KoView : public TQWidget, public KParts::PartBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Creates a new view for the document. Usually you don't create views yourself
@@ -473,7 +473,7 @@ private:
class KoViewChild : public KoChild
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoViewChild( KoDocumentChild *child, KoView *_parentView );
virtual ~KoViewChild();
diff --git a/lib/kofficecore/Koversiondialog.h b/lib/kofficecore/Koversiondialog.h
index 547e518aa..0827b9291 100644
--- a/lib/kofficecore/Koversiondialog.h
+++ b/lib/kofficecore/Koversiondialog.h
@@ -30,7 +30,7 @@ class TQMultiLineEdit;
class KoVersionDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoVersionDialog( TQWidget* parent, const char* name = 0L );
~KoVersionDialog();
@@ -57,7 +57,7 @@ protected:
class KoVersionModifyDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KoVersionModifyDialog( TQWidget* parent, const TQString &_comment = TQString() , const char* name = 0L );