diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kio/kfile/kpropertiesdesktopbase.ui | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/kpropertiesdesktopbase.ui')
-rw-r--r-- | kio/kfile/kpropertiesdesktopbase.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kio/kfile/kpropertiesdesktopbase.ui b/kio/kfile/kpropertiesdesktopbase.ui index ad12885f5..7809d5135 100644 --- a/kio/kfile/kpropertiesdesktopbase.ui +++ b/kio/kfile/kpropertiesdesktopbase.ui @@ -4,7 +4,7 @@ <property name="name"> <cstring>KPropertiesDesktopBase</cstring> </property> - <property name="tqgeometry"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -29,7 +29,7 @@ <property name="sizeType"> <enum>Minimum</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>20</width> <height>16</height> @@ -174,7 +174,7 @@ <property name="whatsThis" stdset="0"> <string>Type the command to start this application here. -Following the command, you can have several place holders which will be tqreplaced with the actual values when the actual program is run: +Following the command, you can have several place holders which will be replaced with the actual values when the actual program is run: %f - a single file name %F - a list of files; use for applications that can open several local files at once %u - a single URL @@ -193,7 +193,7 @@ Following the command, you can have several place holders which will be tqreplac <property name="whatsThis" stdset="0"> <string>Type the command to start this application here. -Following the command, you can have several place holders which will be tqreplaced with the actual values when the actual program is run: +Following the command, you can have several place holders which will be replaced with the actual values when the actual program is run: %f - a single file name %F - a list of files; use for applications that can open several local files at once %u - a single URL @@ -213,7 +213,7 @@ Following the command, you can have several place holders which will be tqreplac <string>&Browse...</string> </property> <property name="whatsThis" stdset="0"> - <string>Click here to browse your file system in order to tqfind the desired executable.</string> + <string>Click here to browse your file system in order to find the desired executable.</string> </property> </widget> <widget class="QLabel" row="4" column="0" rowspan="1" colspan="2"> @@ -259,7 +259,7 @@ Following the command, you can have several place holders which will be tqreplac <property name="sizeType"> <enum>MinimumExpanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>53</width> <height>20</height> @@ -287,7 +287,7 @@ Following the command, you can have several place holders which will be tqreplac <property name="sizeType"> <enum>MinimumExpanding</enum> </property> - <property name="tqsizeHint"> + <property name="sizeHint"> <size> <width>53</width> <height>20</height> @@ -312,5 +312,5 @@ Following the command, you can have several place holders which will be tqreplac <include location="global" impldecl="in implementation">kurlrequester.h</include> <include location="global" impldecl="in implementation">klistview.h</include> </includes> -<tqlayoutdefaults spacing="6" margin="11"/> +<layoutdefaults spacing="6" margin="11"/> </UI> |