diff options
Diffstat (limited to 'lib/koproperty/editor.h')
-rw-r--r-- | lib/koproperty/editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/koproperty/editor.h b/lib/koproperty/editor.h index 05725529..c3ab0c2e 100644 --- a/lib/koproperty/editor.h +++ b/lib/koproperty/editor.h @@ -77,7 +77,7 @@ class KOPROPERTY_EXPORT Editor : public KListView virtual ~Editor(); - virtual TQSize sizeHint() const; + virtual TQSize tqsizeHint() const; virtual void setFocus(); virtual void setSorting( int column, bool ascending = true ); |