summaryrefslogtreecommitdiff
path: root/src/sync/syncassistant.cpp
diff options
context:
space:
mode:
authorSiteshwar Vashisht <siteshwar@gmail.com>2012-05-24 23:54:48 +0530
committerAndrea Diamantini <adjam7@gmail.com>2012-05-28 00:10:31 +0200
commit4a33568b6d177921e50445a9ded44386febe60c0 (patch)
tree171c6185c19789c33912c1170fa974c00ea6f335 /src/sync/syncassistant.cpp
parentFinal refactoring and clean up to support Opera bookmarks. (diff)
downloadrekonq-4a33568b6d177921e50445a9ded44386febe60c0.tar.xz
Made UI changes to disable history and password sync for certain services, added some notification messages in Opera sync handler.
Diffstat (limited to 'src/sync/syncassistant.cpp')
-rw-r--r--src/sync/syncassistant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/syncassistant.cpp b/src/sync/syncassistant.cpp
index 078ff375..7edc1f67 100644
--- a/src/sync/syncassistant.cpp
+++ b/src/sync/syncassistant.cpp
@@ -43,10 +43,10 @@ SyncAssistant::SyncAssistant(QWidget *parent)
{
setWindowTitle(i18n("sync assistant"));
- setPage(Page_Data, new SyncDataWidget(this));
setPage(Page_Type, new SyncHostTypeWidget(this));
setPage(Page_FTP_Settings, new SyncFTPSettingsWidget(this));
setPage(Page_Google_Settings, new SyncGoogleSettingsWidget(this));
setPage(Page_Opera_Settings, new SyncOperaSettingsWidget(this));
+ setPage(Page_Data, new SyncDataWidget(this));
setPage(Page_Check, new SyncCheckWidget(this));
}