summaryrefslogtreecommitdiffstats
path: root/kppp/pwentry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/pwentry.cpp')
-rw-r--r--kppp/pwentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/pwentry.cpp b/kppp/pwentry.cpp
index c3fc516e..2af3efb4 100644
--- a/kppp/pwentry.cpp
+++ b/kppp/pwentry.cpp
@@ -49,7 +49,7 @@ PWEntry::PWEntry( TQWidget *parent, const char *name )
frame = new TQGroupBox(name, this );
- setFocusPolicy( TQ_StrongFocus );
+ setFocusPolicy( TQWidget::StrongFocus );
pw = new TQLineEdit( this, "le" );
pw->setEchoMode( TQLineEdit::Password );