diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:12:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:12:31 -0600 |
commit | 2b37df4ca0c9bae516c4fa00579584d6e3fcfd27 (patch) | |
tree | 721ba8b0e0effd9676667acdb25b5c07d2a82061 /src/languages/language.cpp | |
parent | b0a967eb693adc458fdf7d070379b8c1ec3e9415 (diff) | |
download | ktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.tar.gz ktechlab-2b37df4ca0c9bae516c4fa00579584d6e3fcfd27.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/languages/language.cpp')
-rw-r--r-- | src/languages/language.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/languages/language.cpp b/src/languages/language.cpp index 71854a4..7b70135 100644 --- a/src/languages/language.cpp +++ b/src/languages/language.cpp @@ -178,11 +178,11 @@ ProcessOptions::ProcessOptions( OutputMethodInfo info ) b_targetFileSet = false; TQString target; - if ( !KIO::NetAccess::download( info.outputFile(), target, 0l ) ) + if ( !TDEIO::NetAccess::download( info.outputFile(), target, 0l ) ) { // If the file could not be downloaded, for example does not // exist on disk, NetAccess will tell us what error to use - KMessageBox::error( 0l, KIO::NetAccess::lastErrorString() ); + KMessageBox::error( 0l, TDEIO::NetAccess::lastErrorString() ); return; } |