summaryrefslogtreecommitdiffstats
path: root/k9author
diff options
context:
space:
mode:
Diffstat (limited to 'k9author')
-rw-r--r--k9author/k9importfiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9importfiles.cpp b/k9author/k9importfiles.cpp
index 8674eb0..e654c01 100644
--- a/k9author/k9importfiles.cpp
+++ b/k9author/k9importfiles.cpp
@@ -21,7 +21,7 @@
k9ImportFiles::k9ImportFiles(TQWidget *parent, const char *name)
: KMdiMainFrm( parent, name ,KMdi::IDEAlMode )
{
- this->setCaption(kapp->makeStdCaption(i18n("Create new DVD"),true));
+ this->setCaption(tdeApp->makeStdCaption(i18n("Create new DVD"),true));
m_k9Import=new k9Import(this);
m_k9ImportView=createWrapper( m_k9Import,"","");
addWindow(m_k9ImportView, KMdi::StandardAdd);