summaryrefslogtreecommitdiffstats
path: root/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp')
-rw-r--r--kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp b/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
index aa158466..7e6b59e8 100644
--- a/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
+++ b/kvoctrain/kvoctrain/kvt-core/kvd_lex.cpp
@@ -388,7 +388,7 @@ void kvoctrainDoc::errorLex (int /*line*/, const TQString &text )
{
unknown_elem = true;
TQApplication::setOverrideCursor( arrowCursor, true );
- TQString s = kapp->makeStdCaption(i18n("Error in lex file"));
+ TQString s = tdeApp->makeStdCaption(i18n("Error in lex file"));
TQString msg = text;
KMessageBox::error(0, msg, s);
TQApplication::restoreOverrideCursor();