summaryrefslogtreecommitdiffstats
path: root/kppp/pwentry.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-02 15:53:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-04 10:31:40 +0900
commit203566f83535401b5013d37c4e319b1278a4d650 (patch)
treeaeeac7a86d9225fc54cc8c8c73df440fb9ba1ab5 /kppp/pwentry.cpp
parentc613d3df31b003c077f524cd7184590339b0c04d (diff)
downloadtdenetwork-203566f8.tar.gz
tdenetwork-203566f8.zip
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d37705184967f236c728938b2824abbed628ce26)
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 );