Fix FTBFS caused by incorrect TQColor default value

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko il y a 8 ans
Parent f2f76d768b
révision bbeeb2fad7

@ -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;

Chargement…
Annuler
Enregistrer