summaryrefslogtreecommitdiffstats
path: root/src/logviewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/logviewer.cpp')
-rw-r--r--src/logviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logviewer.cpp b/src/logviewer.cpp
index 7d5d7b2..bd2207a 100644
--- a/src/logviewer.cpp
+++ b/src/logviewer.cpp
@@ -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").arg(filename));
+ this->setCaption(i18n("TDEPowersave Logfile Viewer: %1").arg(filename));
if (!TQFile::exists ( filename ))
return;