summaryrefslogtreecommitdiffstats
path: root/vcs/subversion/kdevsvnd_widgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcs/subversion/kdevsvnd_widgets.h')
-rw-r--r--vcs/subversion/kdevsvnd_widgets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcs/subversion/kdevsvnd_widgets.h b/vcs/subversion/kdevsvnd_widgets.h
index c23514c1..9ec98cd6 100644
--- a/vcs/subversion/kdevsvnd_widgets.h
+++ b/vcs/subversion/kdevsvnd_widgets.h
@@ -21,7 +21,7 @@ class SvnSSLTrustPrompt : public SvnSSLTrustPromptBase{
Q_OBJECT
TQ_OBJECT
public:
- SvnSSLTrustPrompt( TQWidget* tqparent=0, const char* name=0, bool modal=true, WFlags f=0 );
+ SvnSSLTrustPrompt( TQWidget* parent=0, const char* name=0, bool modal=true, WFlags f=0 );
~SvnSSLTrustPrompt();
void setupCertInfo( TQString hostname, TQString fingerPrint, TQString validfrom, TQString validuntil, TQString issuerName, TQString ascii_cert );
void setupFailedReasonMsg( TQString msg );