author | kergoth <kergoth> | 2002-05-09 15:08:57 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-05-09 15:08:57 (UTC) |
commit | 260208c860a33b7cc406fa937862ba6ba5ca93b7 (patch) (side-by-side diff) | |
tree | b2b579cb840f11724e7807c3ef4b16672b67e6b0 /etc/init.d | |
parent | 2ba0a18680b3dc6eb0a952977c38fefda34eefa6 (diff) | |
download | opie-260208c860a33b7cc406fa937862ba6ba5ca93b7.zip opie-260208c860a33b7cc406fa937862ba6ba5ca93b7.tar.gz opie-260208c860a33b7cc406fa937862ba6ba5ca93b7.tar.bz2 |
Fixed qtdir.
-rwxr-xr-x | etc/init.d/qpe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/init.d/qpe b/etc/init.d/qpe index 47a9b16..0b4aeb0 100755 --- a/etc/init.d/qpe +++ b/etc/init.d/qpe @@ -6,3 +6,3 @@ export HOME=/$LOGNAME export QWS_DISPLAY=Transformed:Rot270:0 -export QTDIR=/usr +export QTDIR=/opt/QtPalmtop export OPIEDIR=/opt/QtPalmtop |