diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:04:33 -0600 |
commit | 9aa2a73641f4d386c9667ac946cebfabca872940 (patch) | |
tree | 9d6d443b7e100cbe48a8747207f7f2db1d42e141 /src/gui/propertieslistview.h | |
parent | 0f2dc8b9f38b8cbb3cd1769173a4f3ed32a7a189 (diff) | |
download | ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.tar.gz ktechlab-9aa2a73641f4d386c9667ac946cebfabca872940.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/gui/propertieslistview.h')
-rw-r--r-- | src/gui/propertieslistview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/propertieslistview.h b/src/gui/propertieslistview.h index 5073455..dd75276 100644 --- a/src/gui/propertieslistview.h +++ b/src/gui/propertieslistview.h @@ -26,7 +26,7 @@ typedef TQMap< TQString, PLVItem * > PLVItemMap; @author Daniel Clarke @author David Saxton */ -class PropertiesListView : public KListView +class PropertiesListView : public TDEListView { Q_OBJECT |