diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kviewshell/tableOfContents.h | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kviewshell/tableOfContents.h')
-rw-r--r-- | kviewshell/tableOfContents.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kviewshell/tableOfContents.h b/kviewshell/tableOfContents.h index 8e8c4983..ccd106e8 100644 --- a/kviewshell/tableOfContents.h +++ b/kviewshell/tableOfContents.h @@ -29,7 +29,7 @@ class Bookmark; -class TocItem : public KListViewItem +class TocItem : public TDEListViewItem { public: TocItem(TocItem* parent); @@ -43,7 +43,7 @@ private: }; -class TableOfContents : public KListView +class TableOfContents : public TDEListView { Q_OBJECT |