From 16c7639b7aa81b924da8b4edc1d4212860b8f00d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 Nov 2023 11:29:21 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 65a06ba9047c5b3bbe201d2e453f30868bd3fad3) --- kuser/pwddlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kuser/pwddlg.cpp') diff --git a/kuser/pwddlg.cpp b/kuser/pwddlg.cpp index 0989afc..2fda099 100644 --- a/kuser/pwddlg.cpp +++ b/kuser/pwddlg.cpp @@ -28,7 +28,7 @@ pwddlg::pwddlg( TQWidget* parent, const char* name ) : KDialogBase(parent, name, true, i18n("Enter Password"), Ok | Cancel, Ok, true) { - TQGrid *page = makeGridMainWidget(2, Qt::Horizontal); + TQGrid *page = makeGridMainWidget(2, TQt::Horizontal); TQLabel* lb1 = new TQLabel(page, "lb1"); lb1->setText(i18n("Password:")); -- cgit v1.2.1