summaryrefslogtreecommitdiffstats
path: root/src/optionseditor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:50:34 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:50:34 -0600
commitb6284f9fca45ab7606b758ea660b7812bfbce274 (patch)
treed6820e7af1fc257b7b7150a60ae0dc0b625a9a0f /src/optionseditor.cpp
parent1dbabce6bd0474fa38fabc0c2b4f0103336c7d11 (diff)
downloadsoundkonverter-b6284f9fca45ab7606b758ea660b7812bfbce274.tar.gz
soundkonverter-b6284f9fca45ab7606b758ea660b7812bfbce274.zip
Rename KComp to avoid conflicts with KDE4
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 );