From 5ec23891e1c5b7bc571d86326b511d1a48b14c45 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 03 Nov 2002 11:12:33 +0000 Subject: Remove default arguments from the implementation jowenn --- (limited to 'noncore/net/opieirc/ircmisc.cpp') diff --git a/noncore/net/opieirc/ircmisc.cpp b/noncore/net/opieirc/ircmisc.cpp index c8e6190..f94cf1b 100644 --- a/noncore/net/opieirc/ircmisc.cpp +++ b/noncore/net/opieirc/ircmisc.cpp @@ -34,7 +34,7 @@ QColor IRCFramedColorLabel::color() { IRCTabBar::IRCTabBar(QWidget *parent, const char *name) : QTabBar(parent, name) { } -int IRCTabBar::insertTab(QTab *tab, int index = -1) { +int IRCTabBar::insertTab(QTab *tab, int index) { /* FIXME: find some nicer way to do this */ QExtTab *ext = new QExtTab(); ext->color = black; -- cgit v0.9.0.2