Index: mainwindow.cpp =================================================================== --- mainwindow.cpp (revision 482) +++ mainwindow.cpp (working copy) @@ -475,7 +475,7 @@ layout->addWidget(masterPasswordControl, 1, 1); // Master Password confirmation fields. - masterConfirmLabel = new QLabel(tr("Confrimation")); + masterConfirmLabel = new QLabel(tr("Confirmation")); masterConfirmControl = new QLineEdit(); masterConfirmLabel->setBuddy(masterConfirmControl); masterConfirmControl->setEchoMode(QLineEdit::Password); Index: optionswindow.cpp =================================================================== --- optionswindow.cpp (revision 482) +++ optionswindow.cpp (working copy) @@ -29,6 +29,7 @@ #include #include #include +#include #include "optionswindow.h" #include "pwmsettings.h" Index: build.txt =================================================================== --- build.txt (revision 482) +++ build.txt (working copy) @@ -58,4 +58,6 @@ If you're using mHash, run: qmake USE_MHASH=1 If the include and lib directories for mHash is not in the normal search path, add MHASH_DIR= replacing path with where to find mHash include and lib -files. \ No newline at end of file +files. + +Step 4: Run make \ No newline at end of file