summaryrefslogtreecommitdiff
path: root/src/backend/keys/cswordldkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/keys/cswordldkey.h')
-rw-r--r--src/backend/keys/cswordldkey.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/backend/keys/cswordldkey.h b/src/backend/keys/cswordldkey.h
index 1cb3382..2e460d7 100644
--- a/src/backend/keys/cswordldkey.h
+++ b/src/backend/keys/cswordldkey.h
@@ -10,23 +10,24 @@
#ifndef CSWORDLDKEY_H
#define CSWORDLDKEY_H
-#include "cswordkey.h"
-class CSwordModuleInfo;
+#include "backend/keys/cswordkey.h"
-//Qt
#include <QString>
-//Sword includes
+// Sword includes:
#include <swkey.h>
+
+class CSwordModuleInfo;
+
/**
* This class is the implementation of CSwordKey used for dictionaries and lexicons.
*
* CSwordLDKey is the implementation of CKey for Lexicons and dictionaries.
* It provides a simple interface to set the current key,
* to get the text for the key and functions to get the next and previous items
- * of the used module in comparision to the current key.<BR>
- * Here's an example how to use this class:<BR>
+ * of the used module in comparision to the current key.<br/>
+ * Here's an example how to use this class:<br/>
* @code
* CSwordLexiconModuleInfo* m_module = backend()->findModuleByName("ISBE");
* CSwordLDKey ldKey(m_module);