summaryrefslogtreecommitdiffstats
path: root/libk9copy
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-13 15:04:04 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-13 15:04:04 -0500
commita9898601d8a1851a969303523c66e5adaa6f0a82 (patch)
tree83e8756b2da2aacfc53d549c81ae4dc7c6099fdb /libk9copy
parentd07e0d9159ed0b76454d53052ce4f354117b841b (diff)
downloadk9copy-a9898601d8a1851a969303523c66e5adaa6f0a82.tar.gz
k9copy-a9898601d8a1851a969303523c66e5adaa6f0a82.zip
Fix reference of /tmp/kde-jmp -> /tmp/tde-jmp to avoid potential conflicts with KDE4.
This partially resolves bug report 813.
Diffstat (limited to 'libk9copy')
-rw-r--r--libk9copy/k9mp4enc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9mp4enc.cpp b/libk9copy/k9mp4enc.cpp
index 301747c..e29f206 100644
--- a/libk9copy/k9mp4enc.cpp
+++ b/libk9copy/k9mp4enc.cpp
@@ -213,7 +213,7 @@ void k9MP4Enc::execute ( k9DVDTitle *_title )
m_process=new k9Process ( this,0 );
m_process->setUseShell ( true );
*m_process << "k9copy" << "--play" << "--endsector" << TQString::number ( endSector ) ;
- *m_process << "--inject" << injectName; //"/tmp/kde-jmp/inject";
+ *m_process << "--inject" << injectName; //"/tmp/tde-jmp/inject";
*m_process << "--input" << "'"+m_device+"'";
*m_process << "--dvdtitle" << TQString::number ( _title->getnumTitle() );