// // C++ Implementation: mycardspixmaplabel // // Description: // // // Author: FThauer FHammer , (C) 2007 // // Copyright: See COPYING file that comes with this distribution // // #include "myhpavatarbutton.h" using namespace std; MyHPAvatarButton::MyHPAvatarButton(QWidget* parent) : QPushButton(parent) { } MyHPAvatarButton::~MyHPAvatarButton() { }