-rw-r--r-- | docs/qcop.doc | 2 |
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 | |||
@@ -146,34 +146,34 @@ this channel are: | |||
146 | <li>raise() | 146 | <li>raise() |
147 | <br>Internal. Causes the the main document widget and the | 147 | <br>Internal. Causes the the main document widget and the |
148 | current modal widget to be raised. | 148 | current modal widget to be raised. |
149 | <li>quit() | 149 | <li>quit() |
150 | <br>Internal. Terminates the application. | 150 | <br>Internal. Terminates the application. |
151 | <li>quitIfInvisible() | 151 | <li>quitIfInvisible() |
152 | <br>Internal. Terminates the application if it is not shown. | 152 | <br>Internal. Terminates the application if it is not shown. |
153 | </ul> | 153 | </ul> |
154 | </dl> | 154 | </dl> |
155 | 155 | ||
156 | The QPE/Application/<i>appname</i> channel has a special property: when | 156 | The QPE/Application/<i>appname</i> channel has a special property: when |
157 | messages are sent to these channels vie QCopEnvelope, the message is | 157 | messages are sent to these channels vie QCopEnvelope, the message is |
158 | delivered even if the application is not yet running (the application | 158 | delivered even if the application is not yet running (the application |
159 | is run and the message is then sent). | 159 | is run and the message is then sent). |
160 | 160 | ||
161 | Applications also respond to messages specific to the application. | 161 | Applications also respond to messages specific to the application. |
162 | Such messages in the base Qtopia applications are: | 162 | Such 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 | */ |