author | kergoth <kergoth> | 2002-04-24 22:29:40 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-04-24 22:29:40 (UTC) |
commit | a12408cb8191addfaf613ec7caeb270d74428bad (patch) (unidiff) | |
tree | 41d88d6da4835cbe8751f12dc61d22fe5839d19d | |
parent | 203caeed5513f98d5f412acb5ca7bf51a4ab6df0 (diff) | |
download | opie-a12408cb8191addfaf613ec7caeb270d74428bad.zip opie-a12408cb8191addfaf613ec7caeb270d74428bad.tar.gz opie-a12408cb8191addfaf613ec7caeb270d74428bad.tar.bz2 |
Set proper include paths for qpeapplication.h and global.h.
-rw-r--r-- | core/opie-login/qdmdialogimpl.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/opie-login/qdmdialogimpl.cpp b/core/opie-login/qdmdialogimpl.cpp index 56f0fc0..5d4cd49 100644 --- a/core/opie-login/qdmdialogimpl.cpp +++ b/core/opie-login/qdmdialogimpl.cpp | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <qcombobox.h> | 39 | #include <qcombobox.h> |
40 | #include <qlineedit.h> | 40 | #include <qlineedit.h> |
41 | #include <qtranslator.h> | 41 | #include <qtranslator.h> |
42 | #include <qpeapplication.h> | 42 | #include <qpe/qpeapplication.h> |
43 | 43 | ||
44 | #include <qwsdisplay_qws.h> | 44 | #include <qwsdisplay_qws.h> |
45 | 45 | ||
@@ -54,7 +54,7 @@ | |||
54 | #include <sys/shm.h> | 54 | #include <sys/shm.h> |
55 | #include <sys/ipc.h> | 55 | #include <sys/ipc.h> |
56 | 56 | ||
57 | #include <global.h> | 57 | #include <qpe/global.h> |
58 | 58 | ||
59 | #if defined(QT_QWS_LOGIN_USEPAM) | 59 | #if defined(QT_QWS_LOGIN_USEPAM) |
60 | extern "C" { | 60 | extern "C" { |