diff options
author | Siteshwar Vashisht <siteshwar@gmail.com> | 2012-05-24 23:54:48 +0530 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-28 00:10:31 +0200 |
commit | 4a33568b6d177921e50445a9ded44386febe60c0 (patch) | |
tree | 171c6185c19789c33912c1170fa974c00ea6f335 /src/sync/syncassistant.h | |
parent | Final refactoring and clean up to support Opera bookmarks. (diff) | |
download | rekonq-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.h')
-rw-r--r-- | src/sync/syncassistant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/syncassistant.h b/src/sync/syncassistant.h index 263c918a..f373a5f8 100644 --- a/src/sync/syncassistant.h +++ b/src/sync/syncassistant.h @@ -39,11 +39,11 @@ class SyncAssistant : public QWizard public: enum { - Page_Data, Page_Type, Page_FTP_Settings, Page_Google_Settings, Page_Opera_Settings, + Page_Data, Page_Check }; |