summaryrefslogtreecommitdiff
path: root/src/frontend/btmodulechooserdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/btmodulechooserdialog.cpp')
-rw-r--r--src/frontend/btmodulechooserdialog.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/frontend/btmodulechooserdialog.cpp b/src/frontend/btmodulechooserdialog.cpp
index e8f3dd0..e6ed79f 100644
--- a/src/frontend/btmodulechooserdialog.cpp
+++ b/src/frontend/btmodulechooserdialog.cpp
@@ -4,7 +4,7 @@
*
* This file is part of BibleTime's source code, http://www.bibletime.info/.
*
-* Copyright 1999-2011 by the BibleTime developers.
+* Copyright 1999-2014 by the BibleTime developers.
* The BibleTime source code is licensed under the GNU General Public License
* version 2.0.
*
@@ -19,7 +19,7 @@
#include "frontend/btaboutmoduledialog.h"
#include "frontend/btbookshelfview.h"
#include "frontend/btbookshelfwidget.h"
-#include "util/dialogutil.h"
+#include "frontend/messagedialog.h"
#include "util/tool.h"
@@ -49,12 +49,8 @@ BtModuleChooserDialog::BtModuleChooserDialog(QWidget *parent, Qt::WindowFlags fl
retranslateUi();
}
-BtModuleChooserDialog::~BtModuleChooserDialog() {
- // Intentionally empty
-}
-
void BtModuleChooserDialog::retranslateUi() {
- util::prepareDialogBox(m_buttonBox);
+ message::prepareDialogBox(m_buttonBox);
}
void BtModuleChooserDialog::slotModuleAbout(CSwordModuleInfo *module) {