diff options
Diffstat (limited to 'kppp/iplined.h')
-rw-r--r-- | kppp/iplined.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/iplined.h b/kppp/iplined.h index b978b6f5..3ba6202f 100644 --- a/kppp/iplined.h +++ b/kppp/iplined.h @@ -31,10 +31,10 @@ class IPLineEdit : public KRestrictedLine { public: - IPLineEdit( TQWidget *parent=0, const char *name=0 ); + IPLineEdit( TQWidget *tqparent=0, const char *name=0 ); ~IPLineEdit() {} - virtual TQSize sizeHint() const; + virtual TQSize tqsizeHint() const; }; #endif |