summaryrefslogtreecommitdiffstats
path: root/src/kile/kiletool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kiletool.h')
-rw-r--r--src/kile/kiletool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/kiletool.h b/src/kile/kiletool.h
index d4ff5a8..a60a32b 100644
--- a/src/kile/kiletool.h
+++ b/src/kile/kiletool.h
@@ -45,7 +45,7 @@ namespace KileTool
class Base : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Base(const TQString &name, Manager *manager, bool prepare = true);
@@ -298,7 +298,7 @@ namespace KileTool
class Archive: public Base
{
Q_OBJECT
- TQ_OBJECT
+
public:
Archive(const TQString &name, Manager * manager, bool prepare = true);
@@ -313,7 +313,7 @@ namespace KileTool
class Sequence : public Base
{
Q_OBJECT
- TQ_OBJECT
+
public:
Sequence(const TQString &name, Manager * manager, bool prepare = true);