diff -r 6b5f25f057c2 -r 1d51612454b5 bookmarks/defaultBookmarks.xml.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bookmarks/defaultBookmarks.xml.h Fri Sep 17 12:10:47 2010 -0400 @@ -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_ */