summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/tabwidget.cpp4
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>
5using namespace Opie::Core; 7using namespace Opie::Core;
6using namespace Opie::Ui; 8using Opie::Ui::OTabWidget;
7 9
8TabWidget::TabWidget( QWidget* parent, const char* name ) 10TabWidget::TabWidget( QWidget* parent, const char* name )
9 : OTabWidget( parent, name ) { 11 : OTabWidget( parent, name ) {