diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:07:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-21 14:07:23 -0600 |
commit | c7d9d93a4d21d05023118477400b605efc8e4369 (patch) | |
tree | 49494e882e62cfa7362ad07d401f45f536a6eb82 /src/svnfrontend/createrepo_dlg.ui | |
parent | dc141e9d18c39ec57f42d6c5df1a67a365c407f8 (diff) | |
download | tdesvn-c7d9d93a4d21d05023118477400b605efc8e4369.tar.gz tdesvn-c7d9d93a4d21d05023118477400b605efc8e4369.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/svnfrontend/createrepo_dlg.ui')
-rw-r--r-- | src/svnfrontend/createrepo_dlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/createrepo_dlg.ui b/src/svnfrontend/createrepo_dlg.ui index e80aab6..0ca5ef5 100644 --- a/src/svnfrontend/createrepo_dlg.ui +++ b/src/svnfrontend/createrepo_dlg.ui @@ -21,7 +21,7 @@ </property> <widget class="TQLayoutWidget"> <property name="name"> - <cstring>tqlayout1</cstring> + <cstring>layout1</cstring> </property> <grid> <property name="name"> @@ -119,7 +119,7 @@ <string>Create trunk, tags and branches folder</string> </property> <property name="whatsThis" stdset="0"> - <string>If this is set then the base tqlayout (<tt>/trunk</tt>,<tt>/branches</tt> and <tt>/tags</tt>) will created after opening the fresh repository.</string> + <string>If this is set then the base layout (<tt>/trunk</tt>,<tt>/branches</tt> and <tt>/tags</tt>) will created after opening the fresh repository.</string> </property> </widget> <widget class="TQCheckBox"> |