diff options
Diffstat (limited to 'kdeui/klanguagebutton.h')
-rw-r--r-- | kdeui/klanguagebutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/klanguagebutton.h b/kdeui/klanguagebutton.h index 0736b50c7..c167930db 100644 --- a/kdeui/klanguagebutton.h +++ b/kdeui/klanguagebutton.h @@ -144,9 +144,9 @@ public: */ TQString current() const; /** - * Returns TRUE if the combobox tqcontains id. + * Returns TRUE if the combobox contains id. */ - bool tqcontains( const TQString & id ) const; + bool contains( const TQString & id ) const; /** * Sets id as current item. */ |