summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/objecttreeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/objecttreeview.h')
-rw-r--r--kexi/formeditor/objecttreeview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kexi/formeditor/objecttreeview.h b/kexi/formeditor/objecttreeview.h
index 1da1a398..e1b6932b 100644
--- a/kexi/formeditor/objecttreeview.h
+++ b/kexi/formeditor/objecttreeview.h
@@ -28,11 +28,11 @@ class ObjectTreeItem;
class Form;
//! @short An item in ObjectTreeView associated with an ObjectTreeItem.
-class KFORMEDITOR_EXPORT ObjectTreeViewItem : public KListViewItem
+class KFORMEDITOR_EXPORT ObjectTreeViewItem : public TDEListViewItem
{
public:
ObjectTreeViewItem(ObjectTreeViewItem *parent, ObjectTreeItem *item);
- ObjectTreeViewItem(KListView *list, ObjectTreeItem *item=0);
+ ObjectTreeViewItem(TDEListView *list, ObjectTreeItem *item=0);
virtual ~ObjectTreeViewItem();
//! \return the item name, ie the ObjectTreeItem name
@@ -60,11 +60,11 @@ class KFORMEDITOR_EXPORT ObjectTreeViewItem : public KListViewItem
};
/*! @short A graphical view of Form's ObjectTree.
- This is a KListView which represents an item for each widget in the form.
+ This is a TDEListView which represents an item for each widget in the form.
The actually selected widget is written bold
and selected. Clicking on a list item selects the corresponding widget in the Form.
*/
-class KFORMEDITOR_EXPORT ObjectTreeView : public KListView
+class KFORMEDITOR_EXPORT ObjectTreeView : public TDEListView
{
Q_OBJECT
@@ -101,7 +101,7 @@ class KFORMEDITOR_EXPORT ObjectTreeView : public KListView
protected slots:
/*! This slot is called when the user right-click a list item.
The widget context menu is shown, as inisde the Form. */
- void displayContextMenu(KListView *list, TQListViewItem *item, const TQPoint &p);
+ void displayContextMenu(TDEListView *list, TQListViewItem *item, const TQPoint &p);
void slotColumnSizeChanged(int);