diff options
Diffstat (limited to 'src/svnfrontend/hotcopydlg_impl.cpp')
-rw-r--r-- | src/svnfrontend/hotcopydlg_impl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/hotcopydlg_impl.cpp b/src/svnfrontend/hotcopydlg_impl.cpp index 67ef264..27f0346 100644 --- a/src/svnfrontend/hotcopydlg_impl.cpp +++ b/src/svnfrontend/hotcopydlg_impl.cpp @@ -23,8 +23,8 @@ #include <kurl.h> #include <kurlrequester.h> -HotcopyDlg_impl::HotcopyDlg_impl(TQWidget *tqparent, const char *name) - :HotcopyDlg(tqparent, name) +HotcopyDlg_impl::HotcopyDlg_impl(TQWidget *parent, const char *name) + :HotcopyDlg(parent, name) { } |