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 2af3efb4..32442a53 100644
--- a/kppp/pwentry.cpp
+++ b/kppp/pwentry.cpp
@@ -53,7 +53,7 @@ PWEntry::PWEntry( TQWidget *parent, const char *name )
pw = new TQLineEdit( this, "le" );
pw->setEchoMode( TQLineEdit::Password );
- connect( pw, TQT_SIGNAL(returnPressed()), this, TQT_SLOT(hide()) );
+ connect( pw, TQ_SIGNAL(returnPressed()), this, TQ_SLOT(hide()) );
isconsumed = TRUE;
}