X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=444f0185541201be13b7c1d5a732476e9d216f79;hb=07bda5ad7fa76ac4b5bf6296a325a18ea5da6825;hp=2962e5e918bf8db0dc42b12c00bc560b761fab52;hpb=30cc5367bf38d8720e55ece5cab218c4b52e0dbf;p=quassel.git diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 2962e5e9..444f0185 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -26,18 +26,18 @@ #include #include #include -#include #include #include "actioncollection.h" #include "bufferviewconfig.h" #include "networkmodel.h" +#include "treeviewtouch.h" #include "types.h" /***************************************** * The TreeView showing the Buffers *****************************************/ -class BufferView : public QTreeView +class BufferView : public TreeViewTouch { Q_OBJECT