X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=chaptersdialog.h;h=a29d887364598af64fe0e7a488d60d509daeae98;hb=7c53414daec98fecb63ea234d54c428aefd587ac;hp=7ec300cc9ce4e06b4fed28e532e493916229ceb3;hpb=198b9339f119bc261ee0d25a1a66b3b7c73e1226;p=dorian diff --git a/chaptersdialog.h b/chaptersdialog.h index 7ec300c..a29d887 100644 --- a/chaptersdialog.h +++ b/chaptersdialog.h @@ -7,7 +7,6 @@ class QWidget; class QModelIndex; -class ListView; class Book; /** Display book chapters. */ @@ -25,7 +24,6 @@ public slots: void onItemActivated(const QModelIndex &index); protected: - ListView *list; QStringList data; };