-rw-r--r-- | core/opiealarm/opiealarm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/opiealarm/opiealarm.c b/core/opiealarm/opiealarm.c index 422865c..b948ef2 100644 --- a/core/opiealarm/opiealarm.c +++ b/core/opiealarm/opiealarm.c @@ -369,4 +369,4 @@ int resume ( int resuspend ) setenv ( "HOME", "/root", 1 ); - setenv ( "LD_LIBRARY_PATH", "/opt/QtPalmtop/lib", 1 ); - setenv ( "QTDIR", "/opt/QtPalmtop", 1 ); + setenv ( "LD_LIBRARY_PATH", OPIE_LIBDIR, 1 ); + setenv ( "QTDIR", OPIE_QTDIR, 1 ); @@ -375,3 +375,3 @@ int resume ( int resuspend ) // no need for system() since this process is no longer useful anyway - execv ( "/opt/QtPalmtop/bin/qcop", argv ); + execv ( OPIE_BINDIR "/qcop", argv ); |