diff -r b61e1b3b145f -r 8f58c9334c71 bookmarks/defaultBookmarks.xml.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bookmarks/defaultBookmarks.xml.h Mon Oct 04 00:29:21 2010 +0300 @@ -0,0 +1,84 @@ +/* + * defaultBookmarks.xml.h + * + * Created on: Aug 20, 2010 + * Author: chriwhit + */ + +#ifndef DEFAULTBOOKMARKS_XML_H_ +#define DEFAULTBOOKMARKS_XML_H_ + +#include "bookmarksapi.h" + +extern const QString defaultBookmarksList = "\n\ +\n\ + \n\ + Nokia\n\ + \n\ + \n\ + \n\ + nokia\n\ + default\n\ + \n\ + \n\ + \n\ + \n\ + \n\ + \n\ + Google\n\ + \n\ + \n\ + \n\ + google\n\ + nokia \n\ + search\n\ + default\n\ + \n\ + \n\ + \n\ + \n\ + \n\ + \n\ + Yahoo\n\ + \n\ + \n\ + \n\ + yahoo\n\ + nokia\n\ + search\n\ + default\n\ + \n\ + \n\ + \n\ + \n\ + \n\ + \n\ + Google Mail\n\ + \n\ + \n\ + \n\ + google\n\ + email\n\ + nokia\n\ + default\n\ + \n\ + \n\ + \n\ + \n\ + \n\ + \n\ + Nokia Ovi Services\n\ + \n\ + \n\ + \n\ + ovi\n\ + nokia\n\ + default\n\ + \n\ + \n\ + \n\ + \n\ + \n\ +"; + +#endif /* DEFAULTBOOKMARKS_XML_H_ */