diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 539a1fd1ae6290cc3eec745226c0ce45b02c1545 (patch) | |
tree | e1cf785f3b349d568bade07dccdb5b39eb862331 /parts/astyle/astyleconfig.ui | |
parent | 82324bf130254bac6932131a55607c866773ca84 (diff) | |
download | tdevelop-539a1fd1ae6290cc3eec745226c0ce45b02c1545.tar.gz tdevelop-539a1fd1ae6290cc3eec745226c0ce45b02c1545.zip |
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'parts/astyle/astyleconfig.ui')
-rw-r--r-- | parts/astyle/astyleconfig.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/parts/astyle/astyleconfig.ui b/parts/astyle/astyleconfig.ui index 64788d4a..4582fa4b 100644 --- a/parts/astyle/astyleconfig.ui +++ b/parts/astyle/astyleconfig.ui @@ -862,10 +862,10 @@ correctly. <cstring>Pad_ParenthesesIn</cstring> </property> <property name="text"> - <string>Add spa&ces inside tqparentheses</string> + <string>Add spa&ces inside parentheses</string> </property> <property name="toolTip" stdset="0"> - <string>Insert space padding around tqparenthesis on the inside only.</string> + <string>Insert space padding around parenthesis on the inside only.</string> </property> </widget> <widget class="TQCheckBox"> @@ -873,10 +873,10 @@ correctly. <cstring>Pad_ParenthesesOut</cstring> </property> <property name="text"> - <string>A&dd spaces outside tqparentheses</string> + <string>A&dd spaces outside parentheses</string> </property> <property name="toolTip" stdset="0"> - <string>Insert space padding around tqparenthesis on the outside only.</string> + <string>Insert space padding around parenthesis on the outside only.</string> </property> </widget> <widget class="TQCheckBox"> @@ -884,10 +884,10 @@ correctly. <cstring>Pad_ParenthesesUn</cstring> </property> <property name="text"> - <string>Remove &unnecessary spaces around tqparentheses</string> + <string>Remove &unnecessary spaces around parentheses</string> </property> <property name="toolTip" stdset="0"> - <string>Remove unnecessary space padding around tqparenthesis.</string> + <string>Remove unnecessary space padding around parenthesis.</string> </property> </widget> <widget class="TQCheckBox"> @@ -1327,6 +1327,6 @@ multiple single-statement lines.</string> <Q_SLOTS> <slot>allFiles()</slot> </Q_SLOTS> -<tqlayoutdefaults spacing="6" margin="11"/> -<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> </UI> |