diff options
Diffstat (limited to 'kuser/pwddlg.cpp')
-rw-r--r-- | kuser/pwddlg.cpp | 2 |
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:")); |