diff options
Diffstat (limited to 'tdeui/kcompletionbox.h')
-rw-r--r-- | tdeui/kcompletionbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kcompletionbox.h b/tdeui/kcompletionbox.h index 9d6b33a49..b60962214 100644 --- a/tdeui/kcompletionbox.h +++ b/tdeui/kcompletionbox.h @@ -61,7 +61,7 @@ public: */ ~KCompletionBox(); - virtual TQSize tqsizeHint() const; + virtual TQSize sizeHint() const; /** * @returns true if selecting an item results in the emition of the selected signal. |