summaryrefslogtreecommitdiff
path: root/examples/todayplugin/examplepluginwidget.cpp
Side-by-side diff
Diffstat (limited to 'examples/todayplugin/examplepluginwidget.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--examples/todayplugin/examplepluginwidget.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/examples/todayplugin/examplepluginwidget.cpp b/examples/todayplugin/examplepluginwidget.cpp
index 14f1020..d66a11a 100644
--- a/examples/todayplugin/examplepluginwidget.cpp
+++ b/examples/todayplugin/examplepluginwidget.cpp
@@ -1,18 +1,9 @@
/*
* examplepluginwidget.cpp
*
- * copyright : (c) 2004 by Maximilian Reiß
* email : harlekin@handhelds.org
*
*/
-/***************************************************************************
- * *
- * This program is free software; you can redistribute it and/or modify *
- * it under the terms of the GNU General Public License as published by *
- * the Free Software Foundation; either version 2 of the License, or *
- * (at your option) any later version. *
- * *
- ***************************************************************************/
#include <qpe/config.h>
#include <qpe/qcopenvelope_qws.h>
@@ -63,7 +54,7 @@ void ExamplePluginWidget::refresh() {
}
void ExamplePluginWidget::getInfo() {
- m_exampleLabel->setText( "Example text" );
+ m_exampleLabel->setText( tr("Example text") );
}
void ExamplePluginWidget::slotClicked() {