diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:22:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:22:21 -0600 |
commit | 86885f5c750a906ff4edf8820b26c6a69fd27bf8 (patch) | |
tree | 1044146bea0d6461e7c3667ea6458b373225e151 /src/config.cpp | |
parent | 3fde37bc74e136b675635c7f82b452ee6538a57c (diff) | |
download | soundkonverter-86885f5c750a906ff4edf8820b26c6a69fd27bf8.tar.gz soundkonverter-86885f5c750a906ff4edf8820b26c6a69fd27bf8.zip |
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'src/config.cpp')
-rwxr-xr-x | src/config.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.cpp b/src/config.cpp index ea71d2f..76ae2c2 100755 --- a/src/config.cpp +++ b/src/config.cpp @@ -638,7 +638,7 @@ void Config::writeAmarokScript() } } - KStandardDirs* stdDirs = new KStandardDirs(); + TDEStandardDirs* stdDirs = new TDEStandardDirs(); if( !TQFile::exists(locateLocal("data","amarok/scripts/soundKonverter/soundKonverter.rb")) ) { TDEIO::NetAccess::file_copy( stdDirs->findResource("data","soundkonverter/amarokscript/soundKonverter.rb"), locateLocal("data","amarok/scripts/soundKonverter/soundKonverter.rb"), 0755, true ); } @@ -672,7 +672,7 @@ void Config::loadPlugins() ReplayGainPluginLoader* replaygainPluginLoader = new ReplayGainPluginLoader(); RipperPluginLoader* ripperPluginLoader = new RipperPluginLoader(); - KStandardDirs stddir; + TDEStandardDirs stddir; TQStringList directories = stddir.findDirs( "data", "soundkonverter/plugins/" ); for( TQStringList::Iterator a = directories.begin(); a != directories.end(); ++a ) { |