X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fgui%2Fmain.cpp;h=8a3ebf2a3bdad886f503bf57d411b23ce1941be7;hb=cf883c1283eb6b096592ef875a32696fee9dd6ff;hp=14ad28724c36bf37ffe05115c3caf84df7ee58cf;hpb=89496ceee9788c2908c27ad4e2535f2728310d76;p=jenirok diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 14ad287..8a3ebf2 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -43,10 +43,10 @@ int main(int argc, char *argv[]) window.show(); QObject::connect(&window, SIGNAL(search(SearchDialog::SearchDetails&)), - &results, SLOT(search(SearchDialog::SearchDetails&))); + &results, SLOT(search(SearchDialog::SearchDetails&))); QObject::connect(&results, SIGNAL(itemSelected(Eniro::Result const&)), - &details, SLOT(loadData(Eniro::Result const&))); + &details, SLOT(loadData(Eniro::Result const&))); return app.exec(); }