summaryrefslogtreecommitdiff
path: root/src/frontend/btaboutmoduledialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/btaboutmoduledialog.h')
-rw-r--r--src/frontend/btaboutmoduledialog.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/frontend/btaboutmoduledialog.h b/src/frontend/btaboutmoduledialog.h
index b705893..c5ee7ca 100644
--- a/src/frontend/btaboutmoduledialog.h
+++ b/src/frontend/btaboutmoduledialog.h
@@ -17,14 +17,13 @@ class QWidget;
/**
Dialog to show the information about a module.
-
+
@author The BibleTime team <info@bibletime.info>
*/
-class BTAboutModuleDialog : public QDialog
-{
- Q_OBJECT
-public:
- BTAboutModuleDialog(QWidget* parent, CSwordModuleInfo* info);
+class BTAboutModuleDialog : public QDialog {
+ Q_OBJECT
+ public:
+ BTAboutModuleDialog(QWidget* parent, CSwordModuleInfo* info);
};
#endif