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 | 45598e35650c5806ecf2d684afeeb0da41c3ff6b (patch) | |
tree | a972e69ed7b08a60a6c7c108a32a7e84c0a42ef0 /conduits/memofileconduit/setup_base.ui | |
parent | f6f9c296c3f9d39a8c3d0ee64a542a47f450be28 (diff) | |
download | kpilot-45598e35650c5806ecf2d684afeeb0da41c3ff6b.tar.gz kpilot-45598e35650c5806ecf2d684afeeb0da41c3ff6b.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/applications/kpilot@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/memofileconduit/setup_base.ui')
-rw-r--r-- | conduits/memofileconduit/setup_base.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conduits/memofileconduit/setup_base.ui b/conduits/memofileconduit/setup_base.ui index 606bf5e..d3bf795 100644 --- a/conduits/memofileconduit/setup_base.ui +++ b/conduits/memofileconduit/setup_base.ui @@ -32,9 +32,9 @@ the Memofile-conduit settings.</comment> <property name="caption"> <string>Memofile Conduit Options</string> </property> - <property name="tqlayoutMargin" stdset="0"> + <property name="layoutMargin" stdset="0"> </property> - <property name="tqlayoutSpacing" stdset="0"> + <property name="layoutSpacing" stdset="0"> </property> <grid> <property name="name"> @@ -58,7 +58,7 @@ the Memofile-conduit settings.</comment> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="tqlayoutMargin" stdset="0"> + <property name="layoutMargin" stdset="0"> </property> <widget class="TQWidget"> <property name="name"> @@ -134,7 +134,7 @@ the Memofile-conduit settings.</comment> <tabstops> <tabstop>tabWidget</tabstop> </tabstops> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> <includes> <include location="global" impldecl="in implementation">kurlrequester.h</include> <include location="global" impldecl="in implementation">klineedit.h</include> |