diff options
Diffstat (limited to 'src/svnfrontend/hotcopydlg_impl.h')
-rw-r--r-- | src/svnfrontend/hotcopydlg_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/hotcopydlg_impl.h b/src/svnfrontend/hotcopydlg_impl.h index fcfb9f7..adf8545 100644 --- a/src/svnfrontend/hotcopydlg_impl.h +++ b/src/svnfrontend/hotcopydlg_impl.h @@ -26,7 +26,7 @@ class HotcopyDlg_impl: public HotcopyDlg { Q_OBJECT TQ_OBJECT public: - HotcopyDlg_impl(TQWidget *tqparent = 0, const char *name = 0); + HotcopyDlg_impl(TQWidget *parent = 0, const char *name = 0); virtual ~HotcopyDlg_impl(); TQString srcPath()const; |