summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/editproperty_impl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:41:07 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-07-01 03:30:37 +0200
commit287d452c9719743954f1cd9aa55b884f60da1d62 (patch)
treeeb8fd2fc0785f7df32d803366b71e6fd4e7c6ec6 /src/svnfrontend/editproperty_impl.cpp
parent1c43f2ded812af067b99c191dd54f7a3fd5365b0 (diff)
downloadtdesvn-287d452c9719743954f1cd9aa55b884f60da1d62.tar.gz
tdesvn-287d452c9719743954f1cd9aa55b884f60da1d62.zip
Remove additional unneeded tq method conversions
(cherry picked from commit dc141e9d18c39ec57f42d6c5df1a67a365c407f8)
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 00fb964..9c5ffba 100644
--- a/src/svnfrontend/editproperty_impl.cpp
+++ b/src/svnfrontend/editproperty_impl.cpp
@@ -44,7 +44,7 @@ EditProperty_impl::EditProperty_impl(TQWidget *parent, const char *name)
fileComments += i18n("If present, make the file executable.<br>"
"This property can not be set on a directory. "
"A non-recursive attempt will fail, and a recursive attempt "
- "will set the property only on the file tqchildren of the folder.");
+ "will set the property only on the file children of the folder.");
fileComments += i18n("Keywords to be expanded into the contents of a file.<br>"
"They can be inserted into documents by placing a keyword anchor "
"which is formatted as $KeywordName$.<br>"
@@ -80,7 +80,7 @@ EditProperty_impl::EditProperty_impl(TQWidget *parent, const char *name)
dirComments += i18n("If present, make the file executable.<br>"
"This property can not be set on a directory. "
"A non-recursive attempt will fail, and a recursive attempt "
- "will set the property only on the file tqchildren of the folder.");
+ "will set the property only on the file children of the folder.");
/* TRANSLATORS: Do not translate "example" in the URL because this is according
TRANSLATORS: to http://www.rfc-editor.org/rfc/rfc2606.txt a reserved URL.*/
dirComments += i18n("A newline separated list of module specifiers, each "