X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fgui.h;h=2bf9c02fce2a3585621ee53bad651e9e8d717b4b;hp=6ec1dbada3344ad280af383b457a1db8e7b66e5c;hb=4ccba157efd91e531a3106012f5d54ba372a0292;hpb=26586e615ffe42bb2b1b307ed1324a6e3051f5da;ds=sidebyside diff --git a/gui/gui.h b/gui/gui.h index 6ec1dbad..2bf9c02f 100644 --- a/gui/gui.h +++ b/gui/gui.h @@ -29,10 +29,11 @@ #include "buffer.h" #include "message.h" #include "guiproxy.h" +#include "bufferviewwidget.h" class MainWin; class ClientProxy; -class BufferTreeModel; +//class BufferTreeModel; class Client : public QObject { Q_OBJECT