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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/frontend/keychooser/cbooktreechooser.h b/src/frontend/keychooser/cbooktreechooser.h
index 409038e..17b5825 100644
--- a/src/frontend/keychooser/cbooktreechooser.h
+++ b/src/frontend/keychooser/cbooktreechooser.h
@@ -1,8 +1,10 @@
/*********
*
+* In the name of the Father, and of the Son, and of the Holy Spirit.
+*
* 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.
*
**********/
@@ -79,7 +81,7 @@ class CBookTreeChooser : public CKeyChooser {
protected slots: // Protected slots
void itemActivated( QTreeWidgetItem* item );
- void setKey(QString& newKey);
+ void setKey(const QString & newKey);
private:
QList<const CSwordBookModuleInfo*> m_modules;