summaryrefslogtreecommitdiff
authorsandman <sandman>2002-09-30 21:40:58 (UTC)
committer sandman <sandman>2002-09-30 21:40:58 (UTC)
commit21cacdafcef980a5ef712de6432750128a61ccdb (patch) (unidiff)
tree7749228d50bb4741a97be25618edac126882f591
parent9208485864ccbd2a12160334cef302874b50043a (diff)
downloadopie-21cacdafcef980a5ef712de6432750128a61ccdb.zip
opie-21cacdafcef980a5ef712de6432750128a61ccdb.tar.gz
opie-21cacdafcef980a5ef712de6432750128a61ccdb.tar.bz2
small fix due to ODevice API change
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/settings/light-and-power/light.cpp1
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
@@ -44,12 +44,13 @@
44#if QT_VERSION >= 300 44#if QT_VERSION >= 300
45#include <qstylefactory.h> 45#include <qstylefactory.h>
46#endif 46#endif
47 47
48#include <opie/odevice.h> 48#include <opie/odevice.h>
49 49
50using namespace Opie;
50 51
51LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl ) 52LightSettings::LightSettings( QWidget* parent, const char* name, WFlags fl )
52 : LightSettingsBase( parent, name, TRUE, fl ) 53 : LightSettingsBase( parent, name, TRUE, fl )
53{ 54{
54 // Not supported 55 // Not supported
55 auto_brightness->hide(); 56 auto_brightness->hide();