summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/converter/koconverter.h2
-rw-r--r--tools/kfile-plugins/abiword/kfile_abiword.h2
-rw-r--r--tools/kfile-plugins/gnumeric/kfile_gnumeric.h2
-rw-r--r--tools/kfile-plugins/koffice/kfile_koffice.h2
-rw-r--r--tools/kfile-plugins/ooo/kfile_ooo.h2
-rw-r--r--tools/spell/main.h2
-rw-r--r--tools/thesaurus/main.h2
-rw-r--r--tools/thumbnail/kofficecreator.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/tools/converter/koconverter.h b/tools/converter/koconverter.h
index 4a02e7a7..87672b7b 100644
--- a/tools/converter/koconverter.h
+++ b/tools/converter/koconverter.h
@@ -25,7 +25,7 @@
class ProgressObject : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
ProgressObject() : TQObject( 0, 0 ) { }
public slots:
diff --git a/tools/kfile-plugins/abiword/kfile_abiword.h b/tools/kfile-plugins/abiword/kfile_abiword.h
index cf6cadca..147516fc 100644
--- a/tools/kfile-plugins/abiword/kfile_abiword.h
+++ b/tools/kfile-plugins/abiword/kfile_abiword.h
@@ -28,7 +28,7 @@ class TQDomNode;
class AbiwordPlugin: public KFilePlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
AbiwordPlugin( TQObject *parent, const char *name, const TQStringList& args );
diff --git a/tools/kfile-plugins/gnumeric/kfile_gnumeric.h b/tools/kfile-plugins/gnumeric/kfile_gnumeric.h
index dbf6c312..996e49a8 100644
--- a/tools/kfile-plugins/gnumeric/kfile_gnumeric.h
+++ b/tools/kfile-plugins/gnumeric/kfile_gnumeric.h
@@ -28,7 +28,7 @@ class TQDomNode;
class GnumericPlugin: public KFilePlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
GnumericPlugin( TQObject *parent, const char *name, const TQStringList& args );
diff --git a/tools/kfile-plugins/koffice/kfile_koffice.h b/tools/kfile-plugins/koffice/kfile_koffice.h
index 0f187fd8..607225a4 100644
--- a/tools/kfile-plugins/koffice/kfile_koffice.h
+++ b/tools/kfile-plugins/koffice/kfile_koffice.h
@@ -28,7 +28,7 @@ class TQDomNode;
class KOfficePlugin: public KFilePlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KOfficePlugin( TQObject *parent, const char *name, const TQStringList& args );
diff --git a/tools/kfile-plugins/ooo/kfile_ooo.h b/tools/kfile-plugins/ooo/kfile_ooo.h
index 8114396f..e9cea14d 100644
--- a/tools/kfile-plugins/ooo/kfile_ooo.h
+++ b/tools/kfile-plugins/ooo/kfile_ooo.h
@@ -31,7 +31,7 @@ class TQDomElement;
class KOfficePlugin: public KFilePlugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
diff --git a/tools/spell/main.h b/tools/spell/main.h
index 2f8c97d5..30ed65fd 100644
--- a/tools/spell/main.h
+++ b/tools/spell/main.h
@@ -27,7 +27,7 @@
class SpellChecker : public KDataTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
SpellChecker( TQObject* parent, const char* name, const TQStringList & );
diff --git a/tools/thesaurus/main.h b/tools/thesaurus/main.h
index 01c27621..88aa19ee 100644
--- a/tools/thesaurus/main.h
+++ b/tools/thesaurus/main.h
@@ -63,7 +63,7 @@ class TQToolButton;
class Thesaurus : public KDataTool
{
Q_OBJECT
- TQ_OBJECT
+
public:
Thesaurus(TQObject* parent, const char* name, const TQStringList &);
diff --git a/tools/thumbnail/kofficecreator.h b/tools/thumbnail/kofficecreator.h
index 7bb70df7..c6a27426 100644
--- a/tools/thumbnail/kofficecreator.h
+++ b/tools/thumbnail/kofficecreator.h
@@ -29,7 +29,7 @@ class KoDocument;
class KOfficeCreator : public TQObject, public ThumbCreator
{
Q_OBJECT
- TQ_OBJECT
+
public:
KOfficeCreator();
virtual ~KOfficeCreator();