kopete/kopete
emoticonthemeitem.h
Go to the documentation of this file.00001 #ifndef EMOTICONTHEMEITEM_H 00002 #define EMOTICONTHEMEITEM_H 00003 00004 /* 00005 emoticonthemeitem - Kopete Emoticon Theme Item 00006 00007 Copyright (c) 2007 by Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net> 00008 00009 Kopete (c) 2007 by the Kopete developers <kopete-devel@kde.org> 00010 00011 ************************************************************************* 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ************************************************************************* 00019 */ 00020 00021 #include <QListWidgetItem> 00022 00023 class QLabel; 00024 00025 class EmoticonThemeItem : public QListWidgetItem 00026 { 00027 public: 00028 enum DataRole 00029 { 00030 EmoticonList = 32, 00031 EmoticonPixmaps = 33 00032 }; 00033 EmoticonThemeItem(const QString &theme); 00034 }; 00035 00036 #endif
KDE 4.0 API Reference