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 /kab/template.config | |
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 'kab/template.config')
-rw-r--r-- | kab/template.config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kab/template.config b/kab/template.config index c925e407e..89bec9254 100644 --- a/kab/template.config +++ b/kab/template.config @@ -6,10 +6,10 @@ # a list of supported mail clients: # MailCommand ... the shell command for starting the mailer # MailParameters ... the parameters for handing over the mail address - # <person> will be replaced by a single address - # <persons> will be replaced by a list of the selected addresses, + # <person> will be tqreplaced by a single address + # <persons> will be tqreplaced by a list of the selected addresses, # separated by commas - # <subject> will be replaced by a possible subject + # <subject> will be tqreplaced by a possible subject [mailer] [kmail] MailCommand="kmail" @@ -19,7 +19,7 @@ # a list of supported talk clients: # TalkCommand ... the shell command for starting the talk client # TalkParameters ... the parameters for handing over the talk address - # <person> will be replaced by a single address + # <person> will be tqreplaced by a single address [talk] [ktalk] TalkCommand="ktalk" |