summaryrefslogtreecommitdiffstats
path: root/src/logviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logviewer.cpp')
-rw-r--r--src/logviewer.cpp4
1 files changed, 2 insertions, 2 deletions
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 <tqfile.h>
-#include <tqtextstream.h>
+#include <textstream.h>
// KDE header
#include <ktextedit.h>
@@ -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;