author | sandman <sandman> | 2002-09-30 21:40:58 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-09-30 21:40:58 (UTC) |
commit | 21cacdafcef980a5ef712de6432750128a61ccdb (patch) (unidiff) | |
tree | 7749228d50bb4741a97be25618edac126882f591 | |
parent | 9208485864ccbd2a12160334cef302874b50043a (diff) | |
download | opie-21cacdafcef980a5ef712de6432750128a61ccdb.zip opie-21cacdafcef980a5ef712de6432750128a61ccdb.tar.gz opie-21cacdafcef980a5ef712de6432750128a61ccdb.tar.bz2 |
small fix due to ODevice API change
-rw-r--r-- | core/settings/light-and-power/light.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/light-and-power/light.cpp b/core/settings/light-and-power/light.cpp index fbea905..ded358c 100644 --- a/core/settings/light-and-power/light.cpp +++ b/core/settings/light-and-power/light.cpp | |||
@@ -47,6 +47,7 @@ | |||
47 | 47 | ||
48 | #include <opie/odevice.h> | 48 | #include <opie/odevice.h> |
49 | 49 | ||
50 | using namespace Opie; | ||
50 | 51 | ||
51 | LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl ) | 52 | LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl ) |
52 | : LightSettingsBase( parent, name, TRUE, fl ) | 53 | : LightSettingsBase( parent, name, TRUE, fl ) |