From 44d7167c6926f3e01f2c68c55211d47b48e1947d Mon Sep 17 00:00:00 2001 From: Pavel Heimlich Date: Tue, 19 Oct 2010 22:43:42 +0000 Subject: [PATCH] fix build, properly initialize QString svn path=/trunk/KDE/kdebase/workspace/; revision=1187633 --- clients/b2/b2client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/b2/b2client.h b/clients/b2/b2client.h index 00701b207f..c9e9b57c35 100644 --- a/clients/b2/b2client.h +++ b/clients/b2/b2client.h @@ -51,7 +51,7 @@ class B2Client; class B2Button : public QAbstractButton { public: - explicit B2Button(B2Client *_client=0, QWidget *parent=0, const QString& tip=NULL, const int realizeBtns = Qt::LeftButton); + explicit B2Button(B2Client *_client=0, QWidget *parent=0, const QString& tip=QString(), const int realizeBtns = Qt::LeftButton); ~B2Button() {} void setBg(const QColor &c){bg = c;}