diff options
Diffstat (limited to 'kdeui/klistbox.h')
-rw-r--r-- | kdeui/klistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/klistbox.h b/kdeui/klistbox.h index b19819c79..48d8cd1dc 100644 --- a/kdeui/klistbox.h +++ b/kdeui/klistbox.h @@ -37,7 +37,7 @@ * settings. If you want to get informed when the user selects * something connect to the TQListBox::selectionChanged() signal. **/ -class KDEUI_EXPORT KListBox : public QListBox +class KDEUI_EXPORT KListBox : public TQListBox { Q_OBJECT |