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 /kdevdesigner/designer/formsettings.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 'kdevdesigner/designer/formsettings.ui')
-rw-r--r-- | kdevdesigner/designer/formsettings.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdevdesigner/designer/formsettings.ui b/kdevdesigner/designer/formsettings.ui index dd6b9d19..6337e8cf 100644 --- a/kdevdesigner/designer/formsettings.ui +++ b/kdevdesigner/designer/formsettings.ui @@ -113,10 +113,10 @@ <bool>false</bool> </property> <property name="toolTip" stdset="0"> - <string>Specify Pixmap-Loader function (only the function's name, no tqparentheses.)</string> + <string>Specify Pixmap-Loader function (only the function's name, no parentheses.)</string> </property> <property name="whatsThis" stdset="0"> - <string><b>Specify Pixmap-Loader function</b><p>Specify the function which should be used for loading a pixmap in the generated code. <em>Only enter the function's name, without tqparentheses.</em></string> + <string><b>Specify Pixmap-Loader function</b><p>Specify the function which should be used for loading a pixmap in the generated code. <em>Only enter the function's name, without parentheses.</em></string> </property> </widget> <widget class="TQRadioButton" row="1" column="0"> @@ -380,10 +380,10 @@ <bool>false</bool> </property> <property name="toolTip" stdset="0"> - <string>Specify spacing function (only the function's name, no tqparentheses.)</string> + <string>Specify spacing function (only the function's name, no parentheses.)</string> </property> <property name="whatsThis" stdset="0"> - <string><b>Specify spacing function</b><p>Specify the function which should be used for getting the spacing in the generated code. <em>Only enter the function's name, without tqparentheses.</em></string> + <string><b>Specify spacing function</b><p>Specify the function which should be used for getting the spacing in the generated code. <em>Only enter the function's name, without parentheses.</em></string> </property> </widget> <widget class="KLineEdit" row="3" column="1" rowspan="1" colspan="3"> @@ -402,10 +402,10 @@ </sizepolicy> </property> <property name="toolTip" stdset="0"> - <string>Specify margin function (only the function's name, no tqparentheses.)</string> + <string>Specify margin function (only the function's name, no parentheses.)</string> </property> <property name="whatsThis" stdset="0"> - <string><b>Specify margin function</b><p>Specify the function which should be used for getting the margin in the generated code. <em>Only enter the function's name, without tqparentheses.</em></string> + <string><b>Specify margin function</b><p>Specify the function which should be used for getting the margin in the generated code. <em>Only enter the function's name, without parentheses.</em></string> </property> </widget> </grid> @@ -545,5 +545,5 @@ <Q_SLOTS> <slot>okClicked()</slot> </Q_SLOTS> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> |