summaryrefslogtreecommitdiffstats
path: root/plugins/encoder/ogg/k3boggvorbisencoder.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:52:05 -0600
commitd796716f1dc9dd0b198863d974a03bf356f636e6 (patch)
tree1bab87345ab25163397b8033b7e1910360bd94fb /plugins/encoder/ogg/k3boggvorbisencoder.cpp
parent6f156aae95c8ea00b34ffb59e237df2f00cf8256 (diff)
downloadk3b-d796716f1dc9dd0b198863d974a03bf356f636e6.tar.gz
k3b-d796716f1dc9dd0b198863d974a03bf356f636e6.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'plugins/encoder/ogg/k3boggvorbisencoder.cpp')
-rw-r--r--plugins/encoder/ogg/k3boggvorbisencoder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/encoder/ogg/k3boggvorbisencoder.cpp b/plugins/encoder/ogg/k3boggvorbisencoder.cpp
index 35294fa..bcf3903 100644
--- a/plugins/encoder/ogg/k3boggvorbisencoder.cpp
+++ b/plugins/encoder/ogg/k3boggvorbisencoder.cpp
@@ -22,7 +22,7 @@
#include <k3bpluginfactory.h>
#include <klocale.h>
-#include <kconfig.h>
+#include <tdeconfig.h>
#include <kdebug.h>
#include <knuminput.h>
@@ -521,7 +521,7 @@ long long K3bOggVorbisEncoder::fileSize( const TQString&, const K3b::Msf& msf )
TDEConfig* c = k3bcore->config();
c->setGroup( "K3bOggVorbisEncoderPlugin" );
- // the following code is based on the size estimation from the audiocd kioslave
+ // the following code is based on the size estimation from the audiocd tdeioslave
// TODO: reimplement.
if( !c->readBoolEntry( "manual bitrate", false ) ) {