author | llornkcor <llornkcor> | 2002-06-11 13:26:52 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-11 13:26:52 (UTC) |
commit | d7be88ed0355e32f15da6ecbf56f2d825c530d2a (patch) (side-by-side diff) | |
tree | b8badca1426dd9128126b1af620541c89bb14d42 | |
parent | e9b7ffa394fa30bea063fbed68b36800e9ebee6d (diff) | |
download | opie-d7be88ed0355e32f15da6ecbf56f2d825c530d2a.zip opie-d7be88ed0355e32f15da6ecbf56f2d825c530d2a.tar.gz opie-d7be88ed0355e32f15da6ecbf56f2d825c530d2a.tar.bz2 |
follow up to the follow up for custom.h related things
-rw-r--r-- | core/launcher/desktop.cpp | 3 | ||||
-rw-r--r-- | core/launcher/taskbar.cpp | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp index 693e77f..974de0c 100644 --- a/core/launcher/desktop.cpp +++ b/core/launcher/desktop.cpp @@ -38,7 +38,10 @@ #include <qpe/timeconversion.h> #include <qpe/qcopenvelope_qws.h> #include <qpe/global.h> + +#ifdef QT_QWS_CUSTOM #include <qpe/custom.h> +#endif #include <qgfx_qws.h> #include <qmainwindow.h> diff --git a/core/launcher/taskbar.cpp b/core/launcher/taskbar.cpp index b69d165..bff2a1c 100644 --- a/core/launcher/taskbar.cpp +++ b/core/launcher/taskbar.cpp @@ -32,9 +32,9 @@ #include <qpe/qpeapplication.h> #include <qpe/qcopenvelope_qws.h> #include <qpe/global.h> -//#ifdef QT_QWS_CUSTOM -//#include <qpe/custom.h> -//#endif +#ifdef QT_QWS_CUSTOM +#include <qpe/custom.h> +#endif #if defined(QT_QWS_IPAQ) #include "qpe/custom-ipaq.h" #endif |