diff options
Diffstat (limited to 'cervisia/logtree.cpp')
-rw-r--r-- | cervisia/logtree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/logtree.cpp b/cervisia/logtree.cpp index bda58b89..88684312 100644 --- a/cervisia/logtree.cpp +++ b/cervisia/logtree.cpp @@ -59,8 +59,8 @@ public: }; -LogTreeView::LogTreeView(TQWidget *tqparent, const char *name) - : TQTable(tqparent, name) +LogTreeView::LogTreeView(TQWidget *parent, const char *name) + : TQTable(parent, name) { if (!static_initialized) { |