diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:50:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:50:34 -0600 |
commit | b6284f9fca45ab7606b758ea660b7812bfbce274 (patch) | |
tree | d6820e7af1fc257b7b7150a60ae0dc0b625a9a0f /src/optionseditor.cpp | |
parent | 1dbabce6bd0474fa38fabc0c2b4f0103336c7d11 (diff) | |
download | soundkonverter-b6284f9fca45ab7606b758ea660b7812bfbce274.tar.gz soundkonverter-b6284f9fca45ab7606b758ea660b7812bfbce274.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'src/optionseditor.cpp')
-rwxr-xr-x | src/optionseditor.cpp | 2 |
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 ); |