-rw-r--r-- | docs/qcop.doc | 2 | ||||
-rw-r--r-- | docs/start.doc | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/qcop.doc b/docs/qcop.doc index 6fe4c71..e62f91d 100644 --- a/docs/qcop.doc +++ b/docs/qcop.doc @@ -169,3 +169,3 @@ Such messages in the base Qtopia applications are: The <i>file</i> may be an absolute filename or relative - to the system HTML documentation directory ($QPEDIR/help/html). + to the system HTML documentation directory ($OPIEDIR/help/html). </ul> diff --git a/docs/start.doc b/docs/start.doc index 9745d9a..01b6ab1 100644 --- a/docs/start.doc +++ b/docs/start.doc @@ -60,3 +60,3 @@ To compile the example program for running on the Linux desktop: <pre> - export QPEDIR=/opt/Qtopia + export OPIEDIR=/opt/Qtopia export QTDIR=/opt/Qtopia @@ -71,3 +71,3 @@ To compile the example program for running on the Linux desktop: cd somewhere - cp -r $QPEDIR/example . + cp -r $OPIEDIR/example . cd example @@ -91,5 +91,5 @@ To compile the example program for running on the Linux desktop: su # root privileges required to install - cp example.desktop $QPEDIR/apps/Applications - cp Example.png $QPEDIR/pics - cp example $QPEDIR/bin + cp example.desktop $OPIEDIR/apps/Applications + cp Example.png $OPIEDIR/pics + cp example $OPIEDIR/bin exit # no need to be root anymore @@ -137,3 +137,3 @@ on the desktop, the process is similar: <pre> - export QPEDIR=/opt/Qtopia/sharp + export OPIEDIR=/opt/Qtopia/sharp export QTDIR=/opt/Qtopia/sharp |