author | cniehaus <cniehaus> | 2002-09-21 19:47:30 (UTC) |
---|---|---|
committer | cniehaus <cniehaus> | 2002-09-21 19:47:30 (UTC) |
commit | 394658a0a5430ce1195ee0393d174ed7f25835d9 (patch) (unidiff) | |
tree | 9030d0af0a6b7f50d2145dc5515b8d64738fef20 | |
parent | 6cb57ded60dbefea5c81de4e50ec64fe63dee379 (diff) | |
download | opie-394658a0a5430ce1195ee0393d174ed7f25835d9.zip opie-394658a0a5430ce1195ee0393d174ed7f25835d9.tar.gz opie-394658a0a5430ce1195ee0393d174ed7f25835d9.tar.bz2 |
damn, a include missing
-rw-r--r-- | noncore/apps/oxygen/datawidgetui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/oxygen/datawidgetui.cpp b/noncore/apps/oxygen/datawidgetui.cpp index 60cefd5..44cc43d 100644 --- a/noncore/apps/oxygen/datawidgetui.cpp +++ b/noncore/apps/oxygen/datawidgetui.cpp | |||
@@ -24,6 +24,7 @@ | |||
24 | #include <qlayout.h> | 24 | #include <qlayout.h> |
25 | #include <qhbox.h> | 25 | #include <qhbox.h> |
26 | #include <qlabel.h> | 26 | #include <qlabel.h> |
27 | #include <qpe/qpeapplication.h> | ||
27 | 28 | ||
28 | dataWidgetUI::dataWidgetUI() : QWidget() | 29 | dataWidgetUI::dataWidgetUI() : QWidget() |
29 | { | 30 | { |