summaryrefslogtreecommitdiffstats
path: root/src/commentwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentwidget.h')
-rw-r--r--src/commentwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentwidget.h b/src/commentwidget.h
index 75df8fc..ae75eff 100644
--- a/src/commentwidget.h
+++ b/src/commentwidget.h
@@ -32,7 +32,7 @@ namespace KBibTeX
{
class CommentWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
CommentWidget( BibTeX::Comment *comment, bool isReadOnly, TQWidget *parent = 0, const char *name = 0 );
~CommentWidget();