-rw-r--r-- | libopie2/opiecore/oglobalsettings.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libopie2/opiecore/oglobalsettings.cpp b/libopie2/opiecore/oglobalsettings.cpp index f34c531..89c77d7 100644 --- a/libopie2/opiecore/oglobalsettings.cpp +++ b/libopie2/opiecore/oglobalsettings.cpp | |||
@@ -36,2 +36,3 @@ | |||
36 | #include <opie2/oconfig.h> | 36 | #include <opie2/oconfig.h> |
37 | #include <opie2/odebug.h> | ||
37 | #include <opie2/oglobal.h> | 38 | #include <opie2/oglobal.h> |
@@ -63,3 +64,3 @@ QColor *OGlobalSettings::OpieHighlight = 0; | |||
63 | QColor *OGlobalSettings::OpieAlternate = 0; | 64 | QColor *OGlobalSettings::OpieAlternate = 0; |
64 | 65 | ||
65 | OGlobalSettings::OMouseSettings *OGlobalSettings::s_mouseSettings = 0; | 66 | OGlobalSettings::OMouseSettings *OGlobalSettings::s_mouseSettings = 0; |
@@ -161,3 +162,3 @@ OGlobalSettings::Debug OGlobalSettings::debugMode() | |||
161 | OConfigGroupSaver cgs( c, "General" ); | 162 | OConfigGroupSaver cgs( c, "General" ); |
162 | int debug = c->readNumEntry( "debugMode", -1 ); | 163 | int debug = c->readNumEntry( "debugMode", ODEBUG_STDERR ); |
163 | if ( (debug < (int) DebugNone) || (debug > (int) DebugSocket) ) | 164 | if ( (debug < (int) DebugNone) || (debug > (int) DebugSocket) ) |