aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/help/HelpIndex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/help/HelpIndex.h')
-rw-r--r--src/modules/help/HelpIndex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/help/HelpIndex.h b/src/modules/help/HelpIndex.h
index 968640699..5938ec136 100644
--- a/src/modules/help/HelpIndex.h
+++ b/src/modules/help/HelpIndex.h
@@ -93,8 +93,8 @@ public:
QList<uint> positions;
};
- HelpIndex(const QString & dp, const QString & hp);
- HelpIndex(const QStringList & dl, const QString & hp);
+ HelpIndex(QString dp, const QString & hp);
+ HelpIndex(QStringList dl, const QString & hp);
void writeDict();
void readDict();
void makeIndex();