diff options
Diffstat (limited to 'kppp/iplined.cpp')
-rw-r--r-- | kppp/iplined.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/iplined.cpp b/kppp/iplined.cpp index 38603633..989c790c 100644 --- a/kppp/iplined.cpp +++ b/kppp/iplined.cpp @@ -26,8 +26,8 @@ #include "iplined.h" -IPLineEdit::IPLineEdit( TQWidget *tqparent, const char *name ) - : KRestrictedLine(tqparent, name, "0123456789.") +IPLineEdit::IPLineEdit( TQWidget *parent, const char *name ) + : KRestrictedLine(parent, name, "0123456789.") { setMaxLength(3 * 4 + 1 * 3); } |