From 707ed9c6b561bdc37f27b17ce6551698a2445f63 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 19 Jul 2023 16:47:02 +0900 Subject: [PATCH] Drop compatibility code for TQPalette Signed-off-by: Michele Calgaro --- kbattleship/kbattleship/kgridwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbattleship/kbattleship/kgridwidget.cpp b/kbattleship/kbattleship/kgridwidget.cpp index b848484b..1a94b873 100644 --- a/kbattleship/kbattleship/kgridwidget.cpp +++ b/kbattleship/kbattleship/kgridwidget.cpp @@ -412,5 +412,5 @@ void KGridWidget::finished() void KGridWidget::cleanBuffer() { - m_doubleBuffer->fill(TQApplication::palette().color(TQPalette::Normal, TQColorGroup::Background)); + m_doubleBuffer->fill(TQApplication::palette().color(TQPalette::Active, TQColorGroup::Background)); }