summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/timespanview/kotimespanview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/timespanview/kotimespanview.cpp')
-rw-r--r--korganizer/plugins/timespanview/kotimespanview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/korganizer/plugins/timespanview/kotimespanview.cpp b/korganizer/plugins/timespanview/kotimespanview.cpp
index 01fc0cb4..7f70f12e 100644
--- a/korganizer/plugins/timespanview/kotimespanview.cpp
+++ b/korganizer/plugins/timespanview/kotimespanview.cpp
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include <tqlayout.h>
@@ -35,9 +35,9 @@
#include "kotimespanview.h"
#include "kotimespanview.moc"
-KOTimeSpanView::KOTimeSpanView(Calendar *calendar, TQWidget *parent,
+KOTimeSpanView::KOTimeSpanView(Calendar *calendar, TQWidget *tqparent,
const char *name) :
- KOEventView( calendar, parent, name )
+ KOEventView( calendar, tqparent, name )
{
TQBoxLayout *topLayout = new TQVBoxLayout( this );