summaryrefslogtreecommitdiff
path: root/src/frontend/keychooser/ckeychooser.h
diff options
context:
space:
mode:
authorRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:31 -0400
committerRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:31 -0400
commit294b5ec5834affa57641475946b8d2aeca53c577 (patch)
treeca25b634d0f24ab5b1fc38eb805e72e0e993e0f1 /src/frontend/keychooser/ckeychooser.h
parente8a196082586bb68e0bf254a8f6f4b8f39071f32 (diff)
Imported Upstream version 2.4
Diffstat (limited to 'src/frontend/keychooser/ckeychooser.h')
-rw-r--r--src/frontend/keychooser/ckeychooser.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/frontend/keychooser/ckeychooser.h b/src/frontend/keychooser/ckeychooser.h
index 455da20..4441df0 100644
--- a/src/frontend/keychooser/ckeychooser.h
+++ b/src/frontend/keychooser/ckeychooser.h
@@ -7,23 +7,17 @@
*
**********/
-
-
#ifndef CKEYCHOOSER_H
#define CKEYCHOOSER_H
-
-class CSwordModuleInfo;
-
#include <QWidget>
+class BTHistory;
class CSwordKey;
+class CSwordModuleInfo;
class QAction;
-class BTHistory;
-
-
/**
* The base class for the KeyChooser.
* Do not use directly, create a KeyChooser with
@@ -32,10 +26,8 @@ class BTHistory;
*
* @author The BibleTime team
*/
-
class CKeyChooser : public QWidget {
Q_OBJECT
-
public:
/**