-rw-r--r-- | libopie/otabbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/otabbar.cpp b/libopie/otabbar.cpp index b5b93ba..52621ca 100644 --- a/libopie/otabbar.cpp +++ b/libopie/otabbar.cpp | |||
@@ -28,13 +28,13 @@ | |||
28 | Boston, MA 02111-1307, USA. | 28 | Boston, MA 02111-1307, USA. |
29 | 29 | ||
30 | */ | 30 | */ |
31 | 31 | ||
32 | #include "otabbar.h" | 32 | #include "otabbar.h" |
33 | 33 | ||
34 | OTabBar::OTabBar( QWidget *parent = 0, const char *name = 0 ) | 34 | OTabBar::OTabBar( QWidget *parent , const char *name ) |
35 | : QTabBar( parent, name ) | 35 | : QTabBar( parent, name ) |
36 | { | 36 | { |
37 | } | 37 | } |
38 | 38 | ||
39 | void OTabBar::paintLabel( QPainter* p, const QRect& br, QTab* t, bool has_focus ) const | 39 | void OTabBar::paintLabel( QPainter* p, const QRect& br, QTab* t, bool has_focus ) const |
40 | { | 40 | { |