summaryrefslogtreecommitdiffstats
path: root/src/gui/itemselector.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:33 -0600
commit9aa2a73641f4d386c9667ac946cebfabca872940 (patch)
tree9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/gui/itemselector.h
parent0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff)
downloadktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz
ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/gui/itemselector.h')
-rw-r--r--src/gui/itemselector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/itemselector.h b/src/gui/itemselector.h
index 2b327bf..72df34f 100644
--- a/src/gui/itemselector.h
+++ b/src/gui/itemselector.h
@@ -24,7 +24,7 @@ namespace KateMDI { class ToolView; }
@short Contains info about item for ItemSelector
@author David Saxton
*/
-class ILVItem : public TQObject, public KListViewItem
+class ILVItem : public TQObject, public TDEListViewItem
{
public:
ILVItem( TQListView *parent, const TQString &id );
@@ -55,7 +55,7 @@ class ILVItem : public TQObject, public KListViewItem
@short Allows selection of generic items for dragging / clicking
@author David Saxton
*/
-class ItemSelector : public KListView
+class ItemSelector : public TDEListView
{
Q_OBJECT