diff options
Diffstat (limited to 'src/svnfrontend/propertiesdlg.h')
-rw-r--r-- | src/svnfrontend/propertiesdlg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/propertiesdlg.h b/src/svnfrontend/propertiesdlg.h index 9805f32..f9a69f1 100644 --- a/src/svnfrontend/propertiesdlg.h +++ b/src/svnfrontend/propertiesdlg.h @@ -52,7 +52,7 @@ class PropertiesDlg : public KDialogBase public: PropertiesDlg(SvnItem*, svn::Client*, const svn::Revision&aRev=svn::Revision(svn_opt_revision_working), - TQWidget* tqparent = 0, const char* name = 0, bool modal = true); + TQWidget* parent = 0, const char* name = 0, bool modal = true); ~PropertiesDlg(); bool hasChanged()const; |