From 4243c1195d662a4e6e0971cef547520ece2c6673 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 11:39:06 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- konquest/gameenddlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'konquest') diff --git a/konquest/gameenddlg.cpp b/konquest/gameenddlg.cpp index d999c375..0f8f5e7a 100644 --- a/konquest/gameenddlg.cpp +++ b/konquest/gameenddlg.cpp @@ -23,7 +23,7 @@ GameEndDlg::GameEndDlg( TQWidget *parent ) label1->setAlignment( AlignCenter ); turnCountLbl = new TQLabel( page ); - turnCount = new TQSlider( 1, 40, 1, 5, Qt::Horizontal, page ); + turnCount = new TQSlider( 1, 40, 1, 5, TQt::Horizontal, page ); KGuiItem addTurns(i18n("&Add Turns"), TQString(), TQString(), i18n("Add the specified number of turns to the game and continue playing.")); -- cgit v1.2.1