summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console
Unidiff
Diffstat (limited to 'noncore/apps/opie-console') (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,12 +1,14 @@
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 ) {
10 connect(this, SIGNAL( currentChanged(QWidget*) ), 12 connect(this, SIGNAL( currentChanged(QWidget*) ),
11 this, SLOT( slotCurChanged(QWidget*) ) ); 13 this, SLOT( slotCurChanged(QWidget*) ) );
12} 14}