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 0180491d..f1af28b9 100644 --- a/cervisia/logtree.h +++ b/cervisia/logtree.h @@ -47,7 +47,7 @@ class LogTreeView : public TQTable TQ_OBJECT public: - explicit LogTreeView( TQWidget *tqparent=0, const char *name=0 ); + explicit LogTreeView( TQWidget *parent=0, const char *name=0 ); void addRevision(const Cervisia::LogInfo& logInfo); void setSelectedPair(TQString selectionA, TQString selectionB); |