Doc - Finishing up Part 5, only screenshots pending

Reviewed-By: TrustMe
This commit is contained in:
Kavindra Devi Palaraja
2009-07-01 14:04:05 +02:00
parent 3264878fe6
commit d37363f3b6
4 changed files with 60 additions and 6 deletions
@@ -1,5 +1,6 @@
#include "finddialog.h"
#include "ui_finddialog.h"
#include <QMessageBox>
//! [constructor]
FindDialog::FindDialog(QWidget *parent) :
@@ -17,7 +18,7 @@ FindDialog::FindDialog(QWidget *parent) :
connect(findButton, SIGNAL(clicked()), this, SLOT(findClicked()));
setWindowTItle(tr("Find a Contact"));
setWindowTitle(tr("Find a Contact"));
}
//! [constructor]