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 24517e46..b978b6f5 100644 --- a/kppp/iplined.h +++ b/kppp/iplined.h @@ -31,10 +31,10 @@ class IPLineEdit : public KRestrictedLine { public: - IPLineEdit( QWidget *parent=0, const char *name=0 ); + IPLineEdit( TQWidget *parent=0, const char *name=0 ); ~IPLineEdit() {} - virtual QSize sizeHint() const; + virtual TQSize sizeHint() const; }; #endif |