summaryrefslogtreecommitdiffstats
path: root/kword/KWView.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWView.h')
-rw-r--r--kword/KWView.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kword/KWView.h b/kword/KWView.h
index c720493b..117dafdb 100644
--- a/kword/KWView.h
+++ b/kword/KWView.h
@@ -95,7 +95,7 @@ namespace KSpell2 {
class KWView : public KoView
{
Q_OBJECT
- TQ_OBJECT
+
public:
KWView( const TQString& viewMode, TQWidget *parent, const char *name, KWDocument *doc );
@@ -819,7 +819,7 @@ private: // variables
class KWViewWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
KWViewWidget( TQWidget *parent, KWView *view );
@@ -838,7 +838,7 @@ protected:
class KWGUI : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
KWGUI( const TQString& viewMode, TQWidget *parent, KWView *view );