-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 | |||
@@ -36,13 +36,13 @@ | |||
36 | #include <qregexp.h> | 36 | #include <qregexp.h> |
37 | #include <qdatetime.h> | 37 | #include <qdatetime.h> |
38 | #include <qmessagebox.h> | 38 | #include <qmessagebox.h> |
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 | ||
46 | #include <string.h> | 46 | #include <string.h> |
47 | #include <stdio.h> | 47 | #include <stdio.h> |
48 | #include <errno.h> | 48 | #include <errno.h> |
@@ -51,13 +51,13 @@ | |||
51 | #include <sys/types.h> | 51 | #include <sys/types.h> |
52 | #include <sys/stat.h> | 52 | #include <sys/stat.h> |
53 | #include <sys/sem.h> | 53 | #include <sys/sem.h> |
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" { |
61 | #include <security/pam_appl.h> | 61 | #include <security/pam_appl.h> |
62 | } | 62 | } |
63 | #else | 63 | #else |