summaryrefslogtreecommitdiff
path: root/src/webtab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab.cpp')
-rw-r--r--src/webtab.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index e2ffe0d5..de7e134c 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -84,8 +84,8 @@ WebTab::WebTab(QWidget *parent)
if (wallet)
{
- connect(wallet, SIGNAL(saveFormDataRequested(QString,QUrl)),
- this, SLOT(createWalletBar(QString,QUrl)));
+ connect(wallet, SIGNAL(saveFormDataRequested(QString, QUrl)),
+ this, SLOT(createWalletBar(QString, QUrl)));
}
connect(view(), SIGNAL(loadProgress(int)), this, SLOT(updateProgress(int)));
@@ -328,8 +328,8 @@ void WebTab::showSearchEngine(const QPoint &pos)
WebShortcutWidget *widget = new WebShortcutWidget(window());
widget->setWindowFlags(Qt::Popup);
- connect(widget, SIGNAL(webShortcutSet(KUrl,QString,QString)),
- rApp->opensearchManager(), SLOT(addOpenSearchEngine(KUrl,QString,QString)));
+ connect(widget, SIGNAL(webShortcutSet(KUrl, QString, QString)),
+ rApp->opensearchManager(), SLOT(addOpenSearchEngine(KUrl, QString, QString)));
connect(rApp->opensearchManager(), SIGNAL(openSearchEngineAdded(QString)),
this, SLOT(openSearchEngineAdded()));
@@ -343,7 +343,7 @@ void WebTab::openSearchEngineAdded()
// If the providers changed, tell sycoca to rebuild its database...
KBuildSycocaProgressDialog::rebuildKSycoca(this);
- disconnect(rApp->opensearchManager(), SIGNAL(openSearchEngineAdded(QString,QString,QString)),
+ disconnect(rApp->opensearchManager(), SIGNAL(openSearchEngineAdded(QString, QString, QString)),
this, SLOT(openSearchEngineAdded()));
}