diff options
Diffstat (limited to 'krename/fileplugin.cpp')
-rw-r--r-- | krename/fileplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/fileplugin.cpp b/krename/fileplugin.cpp index 7253d20..62943ba 100644 --- a/krename/fileplugin.cpp +++ b/krename/fileplugin.cpp @@ -139,8 +139,8 @@ void FilePlugin::drawInterface( TQWidget* w, TQVBoxLayout* l ) l->addWidget( new TQLabel( m_comment, w ) ); l->addWidget( new TQLabel( i18n("Supported tokens:"), w ) ); - KListBox* list = new KListBox( w ); - list->setColumnMode( KListBox::FitToWidth ); + TDEListBox* list = new TDEListBox( w ); + list->setColumnMode( TDEListBox::FitToWidth ); for( unsigned int i = 0; i < keys.count(); i++ ) list->insertItem( "[" + keys[i] + "]" ); |