-rw-r--r-- | library/power.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/power.cpp b/library/power.cpp index 12b52ed..d10a865 100644 --- a/library/power.cpp +++ b/library/power.cpp @@ -21,5 +21,5 @@ #include "power.h" -#ifdef QT_QWS_CUSTOM +#if defined( QT_QWS_CUSTOM ) || defined( QT_QWS_IPAQ ) #include "custom.h" #endif |