summaryrefslogtreecommitdiffstats
path: root/knode/knconvert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knconvert.cpp')
-rw-r--r--knode/knconvert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knconvert.cpp b/knode/knconvert.cpp
index e53f5c241..0b699ee65 100644
--- a/knode/knconvert.cpp
+++ b/knode/knconvert.cpp
@@ -47,7 +47,7 @@ bool KNConvert::needToConvert(const TQString &oldVersion)
KNConvert::KNConvert(const TQString &version)
: TQDialog(0,0,true), l_ogList(0), c_onversionDone(false), v_ersion(version)
{
- setCaption(kapp->makeStdCaption(i18n("Conversion")));
+ setCaption(tdeApp->makeStdCaption(i18n("Conversion")));
TQVBoxLayout *topL=new TQVBoxLayout(this, 5,5);
s_tack=new TQWidgetStack(this);
topL->addWidget(s_tack, 1);