summaryrefslogtreecommitdiffstats
path: root/src/kile/kilestructurewidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-19 11:36:40 -0600
commitc4c0cb5e7986051628a5e91f5d093c71ec98a33e (patch)
tree2fc77cf2bad43889440723231f096da665bd016b /src/kile/kilestructurewidget.cpp
parentd2b1a22452871a84b2fdf2b3dbf7df5db8548068 (diff)
downloadkile-c4c0cb5e7986051628a5e91f5d093c71ec98a33e.tar.gz
kile-c4c0cb5e7986051628a5e91f5d093c71ec98a33e.zip
Remove additional unneeded tq method conversions
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));