summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets/authdialogimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ksvnwidgets/authdialogimpl.h')
-rw-r--r--src/ksvnwidgets/authdialogimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksvnwidgets/authdialogimpl.h b/src/ksvnwidgets/authdialogimpl.h
index 7b8d03e..1fba3f2 100644
--- a/src/ksvnwidgets/authdialogimpl.h
+++ b/src/ksvnwidgets/authdialogimpl.h
@@ -27,7 +27,7 @@ class AuthDialogImpl: public AuthDialogData {
Q_OBJECT
TQ_OBJECT
public:
- AuthDialogImpl(const TQString & realm = "",const TQString&user="", TQWidget *tqparent = 0, const char *name = 0);
+ AuthDialogImpl(const TQString & realm = "",const TQString&user="", TQWidget *parent = 0, const char *name = 0);
const TQString Username()const;
const TQString Password();