X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnickview.h;h=4bdc7d0291d3914521ef0b107f26c407bed7250e;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=fd922da256fd9934f8c0ea4c5e0ea8950df56d44;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b;p=quassel.git diff --git a/src/uisupport/nickview.h b/src/uisupport/nickview.h index fd922da2..4bdc7d02 100644 --- a/src/uisupport/nickview.h +++ b/src/uisupport/nickview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,14 +18,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef NICKVIEW_H_ -#define NICKVIEW_H_ +#pragma once + +#include "uisupport-export.h" #include #include "bufferinfo.h" +#include "treeviewtouch.h" -class NickView : public QTreeView +class UISUPPORT_EXPORT NickView : public TreeViewTouch { Q_OBJECT @@ -53,6 +55,3 @@ signals: private: friend class NickListWidget; // needs selectedIndexes() }; - - -#endif