#ifdef CONTACTREQUESTCHATITEM_H #define CONTACTREQUESTCHATITEM_H #include "ChatItem.h" class ContactRequestChatItem : ChatItem { }; #endif