summaryrefslogtreecommitdiffstats
path: root/k9author/k9title.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9title.cpp')
-rw-r--r--k9author/k9title.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/k9author/k9title.cpp b/k9author/k9title.cpp
index 47d4563..f585291 100644
--- a/k9author/k9title.cpp
+++ b/k9author/k9title.cpp
@@ -13,13 +13,13 @@
#include "k9newdvd.h"
#include "k9menu.h"
-k9Title::k9Title(k9NewDVD *tqparent, const char *name)
- : TQObject(tqparent, name)
+k9Title::k9Title(k9NewDVD *parent, const char *name)
+ : TQObject(parent, name)
{
- m_num=tqparent->getTitles()->count();
- tqparent->appendTitle(this);
+ m_num=parent->getTitles()->count();
+ parent->appendTitle(this);
m_menu=new k9Menu(this,0);
- m_menu->setFormat((k9Menu::eFormat)tqparent->getFormat());
+ m_menu->setFormat((k9Menu::eFormat)parent->getFormat());
}