summaryrefslogtreecommitdiffstats
path: root/kteatime/tealist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kteatime/tealist.h')
-rw-r--r--kteatime/tealist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kteatime/tealist.h b/kteatime/tealist.h
index c56a16d..8012af9 100644
--- a/kteatime/tealist.h
+++ b/kteatime/tealist.h
@@ -14,12 +14,12 @@ class TQListView;
class TQListViewItem;
-class TeaListItem : public QListViewItem
+class TeaListItem : public TQListViewItem
{
public:
- TeaListItem(TQListView *parent);
- TeaListItem(TQListView *parent, TQListViewItem *after);
+ TeaListItem(TQListView *tqparent);
+ TeaListItem(TQListView *tqparent, TQListViewItem *after);
~TeaListItem();
int time();