summaryrefslogtreecommitdiffstats
path: root/kuser
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 11:29:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-07 09:56:56 +0900
commit16c7639b7aa81b924da8b4edc1d4212860b8f00d (patch)
tree64c03f99f28faf0fdc74e420a6a48cfc7b95a07f /kuser
parent7dede5a42269fdc0139308cd28343ece65c52b8e (diff)
downloadtdeadmin-16c7639b7aa81b924da8b4edc1d4212860b8f00d.tar.gz
tdeadmin-16c7639b7aa81b924da8b4edc1d4212860b8f00d.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 65a06ba9047c5b3bbe201d2e453f30868bd3fad3)
Diffstat (limited to 'kuser')
-rw-r--r--kuser/pwddlg.cpp2
1 files changed, 1 insertions, 1 deletions
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:"));