From 808e453c56036211f57482ed847d54aca01bba68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:49:40 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kppp/iplined.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kppp/iplined.h') 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 -- cgit v1.2.1