summaryrefslogtreecommitdiffstats
path: root/kword/KWCreateBookmarkDia.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWCreateBookmarkDia.h')
-rw-r--r--kword/KWCreateBookmarkDia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/KWCreateBookmarkDia.h b/kword/KWCreateBookmarkDia.h
index fd4354d3..75d9fff3 100644
--- a/kword/KWCreateBookmarkDia.h
+++ b/kword/KWCreateBookmarkDia.h
@@ -30,7 +30,7 @@ class TQPushButton;
class KWCreateBookmarkDia : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KWCreateBookmarkDia( const TQStringList & _list, TQWidget *parent, const char *name );
KWCreateBookmarkDia( const TQStringList & _list, const TQString & _name, TQWidget *parent, const char *name );
@@ -49,7 +49,7 @@ protected:
class KWSelectBookmarkDia : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
KWSelectBookmarkDia( const TQStringList & _list, KWDocument *_doc, TQWidget *parent, const char *name );
TQString bookmarkSelected()const;