author | sandman <sandman> | 2002-09-30 21:40:58 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-09-30 21:40:58 (UTC) |
commit | 21cacdafcef980a5ef712de6432750128a61ccdb (patch) (side-by-side diff) | |
tree | 7749228d50bb4741a97be25618edac126882f591 /core | |
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 @@ #include <opie/odevice.h> +using namespace Opie; LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl ) : LightSettingsBase( parent, name, TRUE, fl ) |