diff options
Diffstat (limited to 'tdeui/klistbox.h')
-rw-r--r-- | tdeui/klistbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/klistbox.h b/tdeui/klistbox.h index 48d8cd1dc..810c5bfdd 100644 --- a/tdeui/klistbox.h +++ b/tdeui/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 TQListBox +class TDEUI_EXPORT KListBox : public TQListBox { Q_OBJECT |