From 83677e35509b4dafac63b76995652bdf3b49f209 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:59:34 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 808e453c56036211f57482ed847d54aca01bba68. --- kpf/src/DirectoryLister.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kpf/src/DirectoryLister.cpp') diff --git a/kpf/src/DirectoryLister.cpp b/kpf/src/DirectoryLister.cpp index 1a196373..18aa7a98 100644 --- a/kpf/src/DirectoryLister.cpp +++ b/kpf/src/DirectoryLister.cpp @@ -26,9 +26,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include @@ -248,7 +248,7 @@ namespace KPF return buildHTML ( i18n("Error"), - i18n("Directory does not exist: %1 %2").arg(root).arg(path) + i18n("Directory does not exist: %1 %2").tqarg(root).tqarg(path) ); } @@ -260,7 +260,7 @@ namespace KPF return buildHTML ( i18n("Error"), - i18n("Directory unreadable: %1 %2").arg(root).arg(path) + i18n("Directory unreadable: %1 %2").tqarg(root).tqarg(path) ); } @@ -335,7 +335,7 @@ namespace KPF return buildHTML ( - i18n("Directory listing for %1").arg(TQStyleSheet::escape(path)), + i18n("Directory listing for %1").tqarg(TQStyleSheet::escape(path)), html ); } -- cgit v1.2.1