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 /kdecore/README.kiosk | |
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 'kdecore/README.kiosk')
-rw-r--r-- | kdecore/README.kiosk | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/kdecore/README.kiosk b/kdecore/README.kiosk index f84a09829..cd59f8db3 100644 --- a/kdecore/README.kiosk +++ b/kdecore/README.kiosk @@ -155,10 +155,10 @@ action/edit_copy action/edit_paste action/edit_select_all action/edit_deselect -action/edit_tqfind -action/edit_tqfind_next -action/edit_tqfind_last -action/edit_tqreplace +action/edit_find +action/edit_find_next +action/edit_find_last +action/edit_replace action/view_actual_size action/view_fit_to_page action/view_fit_to_width @@ -267,9 +267,9 @@ action/add_bookmark action/edit_bookmarks action/clear_terminal action/reset_clear_terminal -action/tqfind_history -action/tqfind_next -action/tqfind_previous +action/find_history +action/find_next +action/find_previous action/save_history action/clear_history action/clear_all_histories @@ -535,7 +535,7 @@ open - This controls which files can be opened by the user in applications. rule_3=open,,,,file,,$TMP,true Note that with the above, users would still be able to open files from the internet. Note that the user is also given access to $TMP in order to - ensure correct operation of KDE applications. $TMP is tqreplaced with the + ensure correct operation of KDE applications. $TMP is replaced with the temporary directory that KDE uses for this user. Some remarks: @@ -627,8 +627,8 @@ variables. In order to use this the entry must be marked with [$e]. Example: Name[$e]=$USER -When the "Name" entry is read $USER will be tqreplaced with the value of the -$USER environment variable. Note that the application will tqreplace $USER +When the "Name" entry is read $USER will be replaced with the value of the +$USER environment variable. Note that the application will replace $USER with the value of the environment variable after saving. To prevent this combine the $e option with $i (immmutable) option. |