From f3cf754cc9c54fc1de34ef06110a6810d655390a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:32:25 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- src/logviewer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/logviewer.cpp') diff --git a/src/logviewer.cpp b/src/logviewer.cpp index f63e797..c84c2b1 100644 --- a/src/logviewer.cpp +++ b/src/logviewer.cpp @@ -26,7 +26,7 @@ // QT header #include -#include +#include // KDE header #include @@ -41,7 +41,7 @@ LogViewer::LogViewer( TQString filename, TQWidget *parent, const char *name) :log_viewer(parent, name, false, WDestructiveClose ) { - this->setCaption(i18n("KPowersave Logfile Viewer: %1").tqarg(filename)); + this->setCaption(i18n("KPowersave Logfile Viewer: %1").arg(filename)); if (!TQFile::exists ( filename )) return; -- cgit v1.2.3