summaryrefslogtreecommitdiffstats
path: root/noatun/modules/kaiman/pref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/kaiman/pref.cpp')
-rw-r--r--noatun/modules/kaiman/pref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/kaiman/pref.cpp b/noatun/modules/kaiman/pref.cpp
index cdee37c0..4d74d858 100644
--- a/noatun/modules/kaiman/pref.cpp
+++ b/noatun/modules/kaiman/pref.cpp
@@ -39,7 +39,7 @@ KaimanPrefDlg::KaimanPrefDlg(TQObject *parent )
TQLabel *label = new TQLabel( i18n("Kaiman Skins"), this, "label" );
topLayout->addWidget( label );
- _skinList = new KListBox( this, "skinList" );
+ _skinList = new TDEListBox( this, "skinList" );
topLayout->addWidget( _skinList, 1 );
reopen();
}