diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:36 -0600 |
commit | 7716a5e605907a009e19f429cec4e6b5f346bd71 (patch) | |
tree | 16cf4a5d7a24db774f988022d514adefc75015c0 /kspy/navviewitem.h | |
parent | 0117fbed932653a04aeef16b2ed7edee858959ac (diff) | |
download | tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kspy/navviewitem.h')
-rw-r--r-- | kspy/navviewitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspy/navviewitem.h b/kspy/navviewitem.h index d9b7ba23..b1bd3885 100644 --- a/kspy/navviewitem.h +++ b/kspy/navviewitem.h @@ -26,7 +26,7 @@ class NavView; *@author Richard Moore */ -class NavViewItem : public KListViewItem { +class NavViewItem : public TDEListViewItem { public: NavViewItem(NavView *parent, TQObject *item ); NavViewItem(NavViewItem *parent, TQObject *item ); |