summaryrefslogtreecommitdiff
path: root/docs/qcop.doc
Unidiff
Diffstat (limited to 'docs/qcop.doc') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/qcop.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/qcop.doc b/docs/qcop.doc
index 6fe4c71..e62f91d 100644
--- a/docs/qcop.doc
+++ b/docs/qcop.doc
@@ -158,22 +158,22 @@ messages are sent to these channels vie QCopEnvelope, the message is
158delivered even if the application is not yet running (the application 158delivered even if the application is not yet running (the application
159is run and the message is then sent). 159is run and the message is then sent).
160 160
161Applications also respond to messages specific to the application. 161Applications also respond to messages specific to the application.
162Such messages in the base Qtopia applications are: 162Such messages in the base Qtopia applications are:
163 163
164<dl> 164<dl>
165 <dt><b>QPE/Application/helpbrowser</b> 165 <dt><b>QPE/Application/helpbrowser</b>
166 <ul> 166 <ul>
167 <li>showFile(QString <i>file</i>) 167 <li>showFile(QString <i>file</i>)
168 <br>Send this message to have the Help Browser show a file. 168 <br>Send this message to have the Help Browser show a file.
169 The <i>file</i> may be an absolute filename or relative 169 The <i>file</i> may be an absolute filename or relative
170 to the system HTML documentation directory ($QPEDIR/help/html). 170 to the system HTML documentation directory ($OPIEDIR/help/html).
171 </ul> 171 </ul>
172 <dt><b>QPE/Application/datebook</b> 172 <dt><b>QPE/Application/datebook</b>
173 <ul> 173 <ul>
174 <li>alarm(QDateTime,int) 174 <li>alarm(QDateTime,int)
175 <br>Internal. Causes the Calendar application to sound alarms. 175 <br>Internal. Causes the Calendar application to sound alarms.
176 </ul> 176 </ul>
177</dl> 177</dl>
178 178
179*/ 179*/