summaryrefslogtreecommitdiffstats
path: root/k9author/k9newdvd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9newdvd.cpp')
-rw-r--r--k9author/k9newdvd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/k9author/k9newdvd.cpp b/k9author/k9newdvd.cpp
index 5f0500e..e4c747f 100644
--- a/k9author/k9newdvd.cpp
+++ b/k9author/k9newdvd.cpp
@@ -28,8 +28,8 @@
#include <tqthread.h>
#include <tqfileinfo.h>
-k9NewDVD::k9NewDVD(TQObject *tqparent, const char *name)
- : TQObject(tqparent, name) {
+k9NewDVD::k9NewDVD(TQObject *parent, const char *name)
+ : TQObject(parent, name) {
m_workDir=locateLocal("tmp", "k9copy/" ) ;
m_rootMenu=new k9Menu(this);
m_format=PAL;