diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:14:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:14:05 -0600 |
commit | 87e49a06e2f4ee153caeabfa4240e9ab94fbd135 (patch) | |
tree | e4569b2b2451b0ed73dda25a4402fa1aed389a75 /src/soundkonverter.cpp | |
parent | bece9aa3ad05fe774bf89d9a840235ee8adfd4da (diff) | |
download | soundkonverter-87e49a06e2f4ee153caeabfa4240e9ab94fbd135.tar.gz soundkonverter-87e49a06e2f4ee153caeabfa4240e9ab94fbd135.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/soundkonverter.cpp')
-rwxr-xr-x | src/soundkonverter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soundkonverter.cpp b/src/soundkonverter.cpp index ca54232..155e746 100755 --- a/src/soundkonverter.cpp +++ b/src/soundkonverter.cpp @@ -75,13 +75,13 @@ soundKonverter::soundKonverter() // (re)move the 0.2 config file if( config->data.app.configVersion < 280 ) { - KIO::rename( locateLocal("config","soundkonverterrc"), locateLocal("config","soundkonverterrc.back"), true ); + TDEIO::rename( locateLocal("config","soundkonverterrc"), locateLocal("config","soundkonverterrc.back"), true ); // KMessageBox::information( this, "You are using a pre-release of soundKonverter. This version is designed for testing only.\nThere are a few things not implemented at the moment but it should run without crashes and big problems. So feel free to report such an error if you find one.\nPlease have a look at the README.\n\nYour old configuration file has been moved to soundkonverterrc.back." ); } // if( config->data.app.configVersion < 290 ) { // TQFile plugin_dir( locateLocal("data","soundkonverter/plugins") ); // if( plugin_dir.exists() ) { -// KIO::rename( locateLocal("data","soundkonverter/plugins"), locateLocal("data","soundkonverter/plugins.back"), true ); +// TDEIO::rename( locateLocal("data","soundkonverter/plugins"), locateLocal("data","soundkonverter/plugins.back"), true ); // int ret = KMessageBox::questionYesNo( this, i18n("soundKonverter has cleaned up it's old installation. It seems to be necessary to restart soundKonverter!\n\nDo you want to restart soundKonverter now?") ); // if( ret == KMessageBox::Yes ) { // config->write(); |