diff options
Diffstat (limited to 'src/ksvnwidgets/depthselector.h')
-rw-r--r-- | src/ksvnwidgets/depthselector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/depthselector.h b/src/ksvnwidgets/depthselector.h index f6b9e2b..2a78df9 100644 --- a/src/ksvnwidgets/depthselector.h +++ b/src/ksvnwidgets/depthselector.h @@ -30,7 +30,7 @@ class DepthSelector: public DepthSettings { Q_OBJECT TQ_OBJECT public: - DepthSelector(TQWidget *tqparent = 0, const char *name = 0); + DepthSelector(TQWidget *parent = 0, const char *name = 0); virtual ~DepthSelector(); svn::Depth getDepth()const; void addItemWidget(TQWidget*); |