From bbeeb2fad779be1db4641ef4cb84c7cd32433d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 10 Apr 2016 02:57:53 +0200 Subject: [PATCH] Fix FTBFS caused by incorrect TQColor default value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- domino/domino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domino/domino.h b/domino/domino.h index e243456..4f2245a 100644 --- a/domino/domino.h +++ b/domino/domino.h @@ -220,7 +220,7 @@ public: const TQPixmap* /*pixmap*/, const TQString & text, int /*len = -1*/, - const TQColor& highlight = 0, + const TQColor& highlight = TQColor(0, 0, 0), bool drawLine = true, bool isButton = false) const;