summaryrefslogtreecommitdiffstats
path: root/tdeui/klistbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/klistbox.h')
-rw-r--r--tdeui/klistbox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/klistbox.h b/tdeui/klistbox.h
index 981cfa3a3..8ef949527 100644
--- a/tdeui/klistbox.h
+++ b/tdeui/klistbox.h
@@ -37,12 +37,12 @@
* settings. If you want to get informed when the user selects
* something connect to the TQListBox::selectionChanged() signal.
**/
-class TDEUI_EXPORT KListBox : public TQListBox
+class TDEUI_EXPORT TDEListBox : public TQListBox
{
Q_OBJECT
public:
- KListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
+ TDEListBox( TQWidget *parent = 0, const char *name = 0, WFlags f = 0 );
signals:
@@ -121,8 +121,8 @@ private slots:
protected:
virtual void virtual_hook( int id, void* data );
private:
- class KListBoxPrivate;
- KListBoxPrivate* const d;
+ class TDEListBoxPrivate;
+ TDEListBoxPrivate* const d;
};
#endif