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