author | zecke <zecke> | 2004-05-10 19:32:44 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-05-10 19:32:44 (UTC) |
commit | 0e1086dfe7238cbee8553828afaf32aae4cee70d (patch) (unidiff) | |
tree | 69f430dd09f46a0c0918dbff691bb5b38f9b8859 | |
parent | 68ed690928707c8ca5d324e35c8866ad3b1e84df (diff) | |
download | opie-0e1086dfe7238cbee8553828afaf32aae4cee70d.zip opie-0e1086dfe7238cbee8553828afaf32aae4cee70d.tar.gz opie-0e1086dfe7238cbee8553828afaf32aae4cee70d.tar.bz2 |
Somehow unstable feed build is confuses of Opie::Ui::OTabWidget and looks in OTabWidget...
-rw-r--r-- | noncore/apps/opie-console/tabwidget.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/tabwidget.cpp b/noncore/apps/opie-console/tabwidget.cpp index 41a91ed..152c26b 100644 --- a/noncore/apps/opie-console/tabwidget.cpp +++ b/noncore/apps/opie-console/tabwidget.cpp | |||
@@ -1,9 +1,11 @@ | |||
1 | |||
2 | |||
1 | #include "tabwidget.h" | 3 | #include "tabwidget.h" |
2 | 4 | ||
3 | /* OPIE */ | 5 | /* OPIE */ |
4 | #include <opie2/odebug.h> | 6 | #include <opie2/odebug.h> |
5 | using namespace Opie::Core; | 7 | using namespace Opie::Core; |
6 | using namespace Opie::Ui; | 8 | using Opie::Ui::OTabWidget; |
7 | 9 | ||
8 | TabWidget::TabWidget( QWidget* parent, const char* name ) | 10 | TabWidget::TabWidget( QWidget* parent, const char* name ) |
9 | : OTabWidget( parent, name ) { | 11 | : OTabWidget( parent, name ) { |