diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-02-16 19:23:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-02-16 19:23:13 +0100 |
commit | 739df1fcbcae90a4b15ec9c411514b547062905a (patch) | |
tree | 8f070c3fbd584528fc03753f2f1a10358db8dbb3 /src/sync | |
parent | Update RELEASE_HOWTO file (diff) | |
parent | Krazy fixes (diff) | |
download | rekonq-739df1fcbcae90a4b15ec9c411514b547062905a.tar.xz |
Merge branch 'Branches.0.9'
Diffstat (limited to 'src/sync')
-rw-r--r-- | src/sync/synccheckwidget.cpp | 2 |
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))); } |