diff options
Diffstat (limited to 'src/ksvnwidgets/revertform_impl.cpp')
-rw-r--r-- | src/ksvnwidgets/revertform_impl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ksvnwidgets/revertform_impl.cpp b/src/ksvnwidgets/revertform_impl.cpp index 19a8a18..91ad876 100644 --- a/src/ksvnwidgets/revertform_impl.cpp +++ b/src/ksvnwidgets/revertform_impl.cpp @@ -24,10 +24,10 @@ #include <tqlistbox.h> /*! - \fn RevertFormImpl::RevertFormImpl(TQWidget*tqparent,const char*name) + \fn RevertFormImpl::RevertFormImpl(TQWidget*parent,const char*name) */ - RevertFormImpl::RevertFormImpl(TQWidget*tqparent,const char*name) - :RevertForm(tqparent,name) + RevertFormImpl::RevertFormImpl(TQWidget*parent,const char*name) + :RevertForm(parent,name) { setMinimumSize(tqminimumSizeHint()); } |