summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/editproperty_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/editproperty_impl.cpp')
-rw-r--r--src/svnfrontend/editproperty_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/editproperty_impl.cpp b/src/svnfrontend/editproperty_impl.cpp
index 626c122..00fb964 100644
--- a/src/svnfrontend/editproperty_impl.cpp
+++ b/src/svnfrontend/editproperty_impl.cpp
@@ -30,8 +30,8 @@
#include "editproperty_impl.h"
-EditProperty_impl::EditProperty_impl(TQWidget *tqparent, const char *name)
- :EditPropsDlgData(tqparent, name)
+EditProperty_impl::EditProperty_impl(TQWidget *parent, const char *name)
+ :EditPropsDlgData(parent, name)
{
/// @TODO Read these values from a text or config file
fileProperties += ("svn:eol-style");