summaryrefslogtreecommitdiff
path: root/src/frontend/keychooser/cbooktreechooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/keychooser/cbooktreechooser.h')
-rw-r--r--src/frontend/keychooser/cbooktreechooser.h20
1 files changed, 6 insertions, 14 deletions
diff --git a/src/frontend/keychooser/cbooktreechooser.h b/src/frontend/keychooser/cbooktreechooser.h
index 943127b..01fd369 100644
--- a/src/frontend/keychooser/cbooktreechooser.h
+++ b/src/frontend/keychooser/cbooktreechooser.h
@@ -7,35 +7,27 @@
*
**********/
-
-
#ifndef CBOOKTREECHOOSER_H
#define CBOOKTREECHOOSER_H
+#include "frontend/keychooser/ckeychooser.h"
-/** The treechooser implementation for books.
- * @author The BibleTime team
- */
-//BibleTime includes
-#include "ckeychooser.h"
-#include "ckeychooserwidget.h"
-
+#include "frontend/keychooser/ckeychooserwidget.h"
-class CSwordKey;
-class CSwordBookModuleInfo;
-class CSwordTreeKey;
namespace sword {
class TreeKeyIdx;
}
-
+class CSwordBookModuleInfo;
+class CSwordKey;
+class CSwordTreeKey;
class QTreeWidget;
class QTreeWidgetItem;
/** The keychooser implementation for books.
* @author The BibleTime team
*/
-class CBookTreeChooser : public CKeyChooser {
+class CBookTreeChooser : public CKeyChooser {
Q_OBJECT
public:
CBookTreeChooser(QList<CSwordModuleInfo*> modules, CSwordKey *key = 0, QWidget *parent = 0);