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.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'karm/taskviewwhatsthis.h') diff --git a/karm/taskviewwhatsthis.h b/karm/taskviewwhatsthis.h index af8a8296..65f40f9f 100644 --- a/karm/taskviewwhatsthis.h +++ b/karm/taskviewwhatsthis.h @@ -10,7 +10,7 @@ #ifndef TASKVIEWWHATSTHIS_H #define TASKVIEWWHATSTHIS_H -#include +#include #include /** @@ -21,10 +21,10 @@ this is the karm-taskview-specific implementation of qwhatsthis class TaskViewWhatsThis : public QWhatsThis { public: - TaskViewWhatsThis( QWidget* ); + TaskViewWhatsThis( TQWidget* ); ~TaskViewWhatsThis(); - QString text ( const QPoint & ); + TQString text ( const TQPoint & ); private: KListView* _listView; // stores the associated listview for column widths -- cgit v1.2.3