From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- karm/taskviewwhatsthis.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'karm/taskviewwhatsthis.cpp') diff --git a/karm/taskviewwhatsthis.cpp b/karm/taskviewwhatsthis.cpp index 9beb163d..72d640e9 100644 --- a/karm/taskviewwhatsthis.cpp +++ b/karm/taskviewwhatsthis.cpp @@ -2,7 +2,7 @@ // C++ Implementation: taskviewwhatsthis // // Description: -// This is a subclass of QWhatsThis, specially adapted for karm's taskview. +// This is a subclass of TQWhatsThis, specially adapted for karm's taskview. // // Author: Thorsten Staerk , (C) 2005 // @@ -14,8 +14,8 @@ #include #include -TaskViewWhatsThis::TaskViewWhatsThis( QWidget* qw ) - : QWhatsThis( qw ) +TaskViewWhatsThis::TaskViewWhatsThis( TQWidget* qw ) + : TQWhatsThis( qw ) { _listView=(KListView *) qw; } @@ -24,9 +24,9 @@ TaskViewWhatsThis::~TaskViewWhatsThis() { } -QString TaskViewWhatsThis::text ( const QPoint & pos ) +TQString TaskViewWhatsThis::text ( const TQPoint & pos ) { - QString desc = QString::null; + TQString desc = TQString::null; kdDebug(5970) << "entering TaskViewWhatsThis::text" << endl; kdDebug(5970) << "x-pos:" << pos.x() << endl; if ( pos.x() < _listView->columnWidth( 0 ) ) -- cgit v1.2.3