summaryrefslogtreecommitdiff
path: root/src/frontend/htmldialogs/btaboutdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/htmldialogs/btaboutdialog.h')
-rw-r--r--src/frontend/htmldialogs/btaboutdialog.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/frontend/htmldialogs/btaboutdialog.h b/src/frontend/htmldialogs/btaboutdialog.h
new file mode 100644
index 0000000..067cad7
--- /dev/null
+++ b/src/frontend/htmldialogs/btaboutdialog.h
@@ -0,0 +1,29 @@
+/*********
+*
+* This file is part of BibleTime's source code, http://www.bibletime.info/.
+*
+* Copyright 1999-2009 by the BibleTime developers.
+* The BibleTime source code is licensed under the GNU General Public License version 2.0.
+*
+**********/
+
+#ifndef BTABOUTDIALOG_H
+#define BTABOUTDIALOG_H
+
+#include "bttabhtmldialog.h"
+
+class BtAboutDialog : public BtTabHtmlDialog
+{
+ Q_OBJECT
+
+ public:
+ BtAboutDialog(QWidget *parent=0, Qt::WindowFlags wflags = Qt::Dialog);
+ ~BtAboutDialog();
+ void init_bt_tab();
+ void init_contributors_tab();
+ void init_sword_tab();
+ void init_qt_tab();
+ void init_lic_tab();
+};
+
+#endif