summaryrefslogtreecommitdiffstats
path: root/src/kbtaskview.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 11:53:10 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-07-24 11:53:10 -0500
commitdacae0242e905268e9df9aed83f84e91b13a1749 (patch)
tree26c8dc7f37d040f54265a3471834309a1e248538 /src/kbtaskview.h
parent0d218fd2db1810aafd86f7fc8761c75128f3fcb8 (diff)
downloadkasablanca-dacae0242e905268e9df9aed83f84e91b13a1749.tar.gz
kasablanca-dacae0242e905268e9df9aed83f84e91b13a1749.zip
Convert to TDE R14 API
Diffstat (limited to 'src/kbtaskview.h')
-rw-r--r--src/kbtaskview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/kbtaskview.h b/src/kbtaskview.h
index 79d1ec9..71e47b7 100644
--- a/src/kbtaskview.h
+++ b/src/kbtaskview.h
@@ -21,13 +21,13 @@ class KbTaskView : public KListView
{
Q_OBJECT
public:
- KbTaskView(QWidget *parent = 0, const char *name = 0);
+ KbTaskView(TQWidget *parent = 0, const char *name = 0);
~KbTaskView();
- QListViewItem* LastChild();
+ TQListViewItem* LastChild();
public slots:
- void SLOT_DoubleClicked(QListViewItem* item, const QPoint& p, int c);
- //virtual bool acceptDrag(QDropEvent* event) const;
- //virtual QDragObject* dragObject();
+ void SLOT_DoubleClicked(TQListViewItem* item, const TQPoint& p, int c);
+ //virtual bool acceptDrag(TQDropEvent* event) const;
+ //virtual TQDragObject* dragObject();
};
#endif