From 18aecb8ec08ac370cb99e78e63acee0275e6334c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 23:54:16 -0600 Subject: Use non-tq sizeHint functions to fix bindings (cherry picked from commit d4e11a5f488204ab8886e167c7c4af1e6e16ab58) --- kdeui/kseparator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdeui/kseparator.h') diff --git a/kdeui/kseparator.h b/kdeui/kseparator.h index 885f39ed5..5dc22cffb 100644 --- a/kdeui/kseparator.h +++ b/kdeui/kseparator.h @@ -70,7 +70,7 @@ class KDEUI_EXPORT KSeparator : public TQFrame /** * The recommended height (width) for a horizontal (vertical) separator. **/ - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; protected: /** -- cgit v1.2.1