From ff80b0da99fd62126629ace218ef2568a6af1b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arto=20Hyt=C3=B6nen?= Date: Sun, 2 Sep 2007 20:26:39 +0000 Subject: [PATCH] SVN_SILENT nobody likes array of refs ;-) svn path=/trunk/KDE/kdebase/workspace/; revision=707747 --- clients/b2/b2client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/b2/b2client.cpp b/clients/b2/b2client.cpp index cc3b0e7281..1be9c75f2e 100644 --- a/clients/b2/b2client.cpp +++ b/clients/b2/b2client.cpp @@ -456,7 +456,7 @@ void B2Client::init() titlebar->installEventFilter(this); } -void B2Client::addButtons(const QString& s, const QString &tips[], +void B2Client::addButtons(const QString& s, QString tips[], B2Titlebar* tb, QBoxLayout* titleLayout) { if (s.length() <= 0)