summaryrefslogtreecommitdiffstats
path: root/src/kile/kilehelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kilehelp.cpp')
-rw-r--r--src/kile/kilehelp.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kile/kilehelp.cpp b/src/kile/kilehelp.cpp
index f6fdb53..127fbff 100644
--- a/src/kile/kilehelp.cpp
+++ b/src/kile/kilehelp.cpp
@@ -18,7 +18,7 @@
#include <tqdir.h>
#include <tqfile.h>
-#include <textstream.h>
+#include <tqtextstream.h>
#include <tqregexp.h>
#include <tqfileinfo.h>
@@ -39,7 +39,7 @@
// tbraun 27.06.2007
-// it _looks_ like texlive 2007 has the same layout than texlive 2005 so don't get confused about the variable names :)
+// it _looks_ like texlive 2007 has the same tqlayout than texlive 2005 so don't get confused about the variable names :)
namespace KileHelp
{
@@ -298,7 +298,7 @@ namespace KileHelp
void Help::noHelpAvailableFor(const TQString &word)
{
- m_manager->info()->logWidget()->printMsg(KileTool::Error, i18n("Sorry, no help available for %1.").arg(word), i18n("Help"));
+ m_manager->info()->logWidget()->printMsg(KileTool::Error, i18n("Sorry, no help available for %1.").tqarg(word), i18n("Help"));
}
TQString Help::getKeyword(Kate::View *view)