diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kdecore/README.kiosk | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 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 cd59f8db3..f84a09829 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_find -action/edit_find_next -action/edit_find_last -action/edit_replace +action/edit_tqfind +action/edit_tqfind_next +action/edit_tqfind_last +action/edit_tqreplace 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/find_history -action/find_next -action/find_previous +action/tqfind_history +action/tqfind_next +action/tqfind_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 replaced with the + ensure correct operation of KDE applications. $TMP is tqreplaced 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 replaced with the value of the -$USER environment variable. Note that the application will replace $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 with the value of the environment variable after saving. To prevent this combine the $e option with $i (immmutable) option. |