author | sandman <sandman> | 2002-06-16 01:26:15 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-16 01:26:15 (UTC) |
commit | e4d3c7c1aab2b54262aafdd655edbc78d21d5ac5 (patch) (side-by-side diff) | |
tree | 22ced99fda4ec8a5fd9a8fc659c081009b87b82f /library | |
parent | 0675d8e8ea5f599af9f433e1e86b63953b26639d (diff) | |
download | opie-e4d3c7c1aab2b54262aafdd655edbc78d21d5ac5.zip opie-e4d3c7c1aab2b54262aafdd655edbc78d21d5ac5.tar.gz opie-e4d3c7c1aab2b54262aafdd655edbc78d21d5ac5.tar.bz2 |
Yet another minor custom.h fix (no functional change - only for consistency)
-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 @@ -20,7 +20,7 @@ #include "power.h" -#ifdef QT_QWS_CUSTOM +#if defined( QT_QWS_CUSTOM ) || defined( QT_QWS_IPAQ ) #include "custom.h" #endif |