From 3486f094c9ad2687565d32d590134291235ebdd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arto=20Hyt=C3=B6nen?= Date: Sun, 2 Sep 2007 21:03:30 +0000 Subject: [PATCH] SVN_SILENT add missing const svn path=/trunk/KDE/kdebase/workspace/; revision=707760 --- 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 1be9c75f2e..88998a32a4 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, QString tips[], +void B2Client::addButtons(const QString& s, const QString tips[], B2Titlebar* tb, QBoxLayout* titleLayout) { if (s.length() <= 0)