From 86885f5c750a906ff4edf8820b26c6a69fd27bf8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:22:21 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- src/config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.cpp') 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 ) { -- cgit v1.2.1