From 2e5cb130457186a1ee83e34c5230ce4cd4869a57 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 03 Feb 2004 23:20:25 +0000 Subject: Remove the GPL header "" -> QString::null add tr --- (limited to 'examples/todayplugin/examplepluginwidget.cpp') 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 #include @@ -63,7 +54,7 @@ void ExamplePluginWidget::refresh() { } void ExamplePluginWidget::getInfo() { - m_exampleLabel->setText( "Example text" ); + m_exampleLabel->setText( tr("Example text") ); } void ExamplePluginWidget::slotClicked() { -- cgit v0.9.0.2