searchui/onlinehandler/tsrc/t_bingplugin/src/t_bingplugin.cpp
changeset 13 0a2ec6860a93
parent 9 4a2987baf8f7
equal deleted inserted replaced
10:d05738f02936 13:0a2ec6860a93
    76     str.append(searchQuery);
    76     str.append(searchQuery);
    77     HbLabel *label = new HbLabel(str);
    77     HbLabel *label = new HbLabel(str);
    78     popup->setHeadingWidget(label);
    78     popup->setHeadingWidget(label);
    79     HbAction * action = new HbAction(hbTrId("Back"), popup);
    79     HbAction * action = new HbAction(hbTrId("Back"), popup);
    80     connect(action, SIGNAL(triggered()), this, SLOT(BackEvent()));
    80     connect(action, SIGNAL(triggered()), this, SLOT(BackEvent()));
    81     popup->setPrimaryAction(action);
    81     popup->addAction(action);
    82     popup->show();
    82     popup->show();
    83 #else
    83 #else
    84     QString url("http://www.bing.com/search?q=");
    84     QString url("http://www.bing.com/search?q=");
    85     url.append(searchQuery);
    85     url.append(searchQuery);
    86     url.append("&form=QBLH&qs=n&sk=");
    86     url.append("&form=QBLH&qs=n&sk=");