karm

taskviewwhatsthis.h
1//
2// C++ Interface: taskviewwhatsthis
3//
4//
5// Author: Thorsten Staerk <thorsten@staerk.de>, (C) 2005
6//
7// Copyright: See COPYING file that comes with this distribution
8//
9//
10#ifndef TASKVIEWWHATSTHIS_H
11#define TASKVIEWWHATSTHIS_H
12
13#include <tqwhatsthis.h>
14#include <tdelistview.h>
15
21class TaskViewWhatsThis : public TQWhatsThis
22{
23public:
24 TaskViewWhatsThis( TQWidget* );
26
27 TQString text ( const TQPoint & );
28
29private:
30 TDEListView* _listView; // stores the associated listview for column widths
31};
32#endif
this is the karm-taskview-specific implementation of qwhatsthis