diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 02:57:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-10 02:57:53 +0200 |
commit | bbeeb2fad779be1db4641ef4cb84c7cd32433d25 (patch) | |
tree | 8a2ab8356a2929f35fd2ca062d11783b404d949a /domino | |
parent | f2f76d768b2f5ab40bd31ae15750b56c725b4b78 (diff) | |
download | tde-style-domino-bbeeb2fad779be1db4641ef4cb84c7cd32433d25.tar.gz tde-style-domino-bbeeb2fad779be1db4641ef4cb84c7cd32433d25.zip |
Fix FTBFS caused by incorrect TQColor default value
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'domino')
-rw-r--r-- | domino/domino.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |