summaryrefslogtreecommitdiff
path: root/libopie
Side-by-side diff
Diffstat (limited to 'libopie') (more/less context) (show whitespace changes)
-rw-r--r--libopie/otabbar.cpp2
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
@@ -26,17 +26,17 @@
If not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#include "otabbar.h"
-OTabBar::OTabBar( QWidget *parent = 0, const char *name = 0 )
+OTabBar::OTabBar( QWidget *parent , const char *name )
: QTabBar( parent, name )
{
}
void OTabBar::paintLabel( QPainter* p, const QRect& br, QTab* t, bool has_focus ) const
{
QRect r = br;