summaryrefslogtreecommitdiffstats
path: root/src/kile/kilestructurewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kilestructurewidget.cpp')
-rw-r--r--src/kile/kilestructurewidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/kilestructurewidget.cpp b/src/kile/kilestructurewidget.cpp
index 9f4eb6a..819d7c5 100644
--- a/src/kile/kilestructurewidget.cpp
+++ b/src/kile/kilestructurewidget.cpp
@@ -402,8 +402,8 @@ namespace KileWidget
/* some items have a special action:
- KileStruct::Sect:
The new item is saved in m_lastSectioning, so that all following entries
- can be inserted as tqchildren. \part will drop back to level 0 of the Listview,
- all other sectioning commands will be tqchildren of the last sectioning item.
+ can be inserted as children. \part will drop back to level 0 of the Listview,
+ all other sectioning commands will be children of the last sectioning item.
If a \label command follows in the same or the next line, it is assigned
to this item.
- KileStruct::BeginFloat:
@@ -714,7 +714,7 @@ namespace KileWidget
}
}
else{
- if ( KMessageBox::warningYesNo(this, i18n("Cannot find the included file. The file does not exist, is not readable or Kile is unable to determine the correct path to it. The filename causing this error was: %1.\nDo you want to create this file?").tqarg(fname), i18n("Cannot Find File"))
+ if ( KMessageBox::warningYesNo(this, i18n("Cannot find the included file. The file does not exist, is not readable or Kile is unable to determine the correct path to it. The filename causing this error was: %1.\nDo you want to create this file?").arg(fname), i18n("Cannot Find File"))
== KMessageBox::Yes)
{
emit(fileNew(url));