#include #include "post.h" #include "comment.h" #include "weblogdatabase.h" WeblogDatabase::WeblogDatabase() : Database(), m_posts(new TableSet(this)), m_comments(new TableSet(this)) { }