diff options
Diffstat (limited to 'cervisia/logtree.h')
-rw-r--r-- | cervisia/logtree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/logtree.h b/cervisia/logtree.h index c895c183..9c13e4a0 100644 --- a/cervisia/logtree.h +++ b/cervisia/logtree.h @@ -44,7 +44,7 @@ typedef TQPtrList<LogTreeConnection> LogTreeConnectionList; class LogTreeView : public TQTable { Q_OBJECT - TQ_OBJECT + public: explicit LogTreeView( TQWidget *parent=0, const char *name=0 ); |