summaryrefslogtreecommitdiffstats
path: root/kuser/pwddlg.cpp
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:55:39 +0900
commit65a06ba9047c5b3bbe201d2e453f30868bd3fad3 (patch)
tree4ad717fdb26890dbcd584eec0e6d4e5019689d58 /kuser/pwddlg.cpp
parent52bc9d0886f26f484d140b3244136f43c8ae07ea (diff)
downloadtdeadmin-65a06ba9047c5b3bbe201d2e453f30868bd3fad3.tar.gz
tdeadmin-65a06ba9047c5b3bbe201d2e453f30868bd3fad3.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kuser/pwddlg.cpp')
-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:"));