summaryrefslogtreecommitdiffstats
path: root/src/optionseditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/optionseditor.cpp')
-rwxr-xr-xsrc/optionseditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionseditor.cpp b/src/optionseditor.cpp
index 0cb031d..5ce3e01 100755
--- a/src/optionseditor.cpp
+++ b/src/optionseditor.cpp
@@ -212,7 +212,7 @@ OptionsEditor::OptionsEditor( TagEngine* _tagEngine, Config* _config, FileList*
cGenre = new KComboBox( true, tags, "cGenre" );
cGenre->insertStringList( tagEngine->genreList );
cGenre->setCurrentText( "" );
- KCompletion *cGenreCompletion = cGenre->completionObject();
+ TDECompletion *cGenreCompletion = cGenre->completionObject();
cGenreCompletion->insertItems( tagEngine->genreList );
cGenreCompletion->setIgnoreCase( tags );
albumdataBox->addWidget( cGenre );