summaryrefslogtreecommitdiff
path: root/quacker/lexicondialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/lexicondialog.h')
-rw-r--r--quacker/lexicondialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quacker/lexicondialog.h b/quacker/lexicondialog.h
index 4df6138..39cd546 100644
--- a/quacker/lexicondialog.h
+++ b/quacker/lexicondialog.h
@@ -52,9 +52,9 @@ protected slots:
void alphabetChanged(const QString &);
protected:
- void addWordsFromDawgFile(const QString &dawgfile, const QString &alphabetfile);
+ void addWordsFromDawgFile(const QString &dawgfile);
void addWordsFromDawgRecursive(const LexiconParameters &lexParams, Quackle::LetterString &word, int index);
- void addWordsFromTextFile(const QString &textFile, const QString &alphabetfile);
+ void addWordsFromTextFile(const QString &textFile);
private:
QLineEdit *m_lexiconName;