diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:10:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:10:05 -0600 |
commit | 74a2067d286867e313f736d6733407586b71195e (patch) | |
tree | 182ea565d6909db1541424e4ffb3168b4b139c21 /konq-plugins/domtreeviewer/domtreeview.h | |
parent | 081670a12774435ae60cf8eba9226b91d27852b3 (diff) | |
download | tdeaddons-74a2067d286867e313f736d6733407586b71195e.tar.gz tdeaddons-74a2067d286867e313f736d6733407586b71195e.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'konq-plugins/domtreeviewer/domtreeview.h')
-rw-r--r-- | konq-plugins/domtreeviewer/domtreeview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/domtreeviewer/domtreeview.h b/konq-plugins/domtreeviewer/domtreeview.h index 250bc77..b8636c9 100644 --- a/konq-plugins/domtreeviewer/domtreeview.h +++ b/konq-plugins/domtreeviewer/domtreeview.h @@ -154,7 +154,7 @@ class DOMTreeView : public DOMTreeViewBase TDEHTMLPart *part; TQTextStream* m_textStream; - const KListView* m_rootListView; + const TDEListView* m_rootListView; KPushButton* m_saveButton; TQObject *focused_child; |