X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fnickmodel.h;fp=src%2Fcommon%2Fnickmodel.h;h=0000000000000000000000000000000000000000;hb=0208d04a0b8c25f3c77727a68eef94ce2d608690;hp=7620c48ad6272414a6d0001b767eef7c5ca6d8ca;hpb=99c92e21b3b9eb5ed661632cdfb69aabfc6b2deb;p=quassel.git diff --git a/src/common/nickmodel.h b/src/common/nickmodel.h deleted file mode 100644 index 7620c48a..00000000 --- a/src/common/nickmodel.h +++ /dev/null @@ -1,37 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * - * devel@quassel-irc.org * - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * - * * - * This program is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public License for more details. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ - -#ifndef _NICKMODEL_H_ -#define _NICKMODEL_H_ - -#include - -class NickModel : public QAbstractListModel { - Q_OBJECT - - public: - NickModel(QObject *parent = 0); - ~NickModel(); - - private: - -}; - -#endif