summaryrefslogtreecommitdiff
path: root/src/sync/synccheckwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/synccheckwidget.cpp')
-rw-r--r--src/sync/synccheckwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/synccheckwidget.cpp b/src/sync/synccheckwidget.cpp
index 92cce8a8..9dbf5fc3 100644
--- a/src/sync/synccheckwidget.cpp
+++ b/src/sync/synccheckwidget.cpp
@@ -125,7 +125,7 @@ void SyncCheckWidget::initializePage()
rApp->syncManager()->loadSettings();
SyncHandler *h = rApp->syncManager()->handler();
- connect(h, SIGNAL(syncStatus(Rekonq::SyncData, bool, QString)), this, SLOT(updateWidget(Rekonq::SyncData, bool, QString)));
+ connect(h, SIGNAL(syncStatus(Rekonq::SyncData,bool,QString)), this, SLOT(updateWidget(Rekonq::SyncData,bool,QString)));
}