X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fnicklistwidget.h;h=79caf35075300c51200502d04d263b4ad68caddb;hb=236dda81632fa792e788d45b0f4f31b973823f7f;hp=9525803eefd8f755b87d56ec9bef2bf1422abc58;hpb=4e0445e459c690cfa6013c5ad574e94f9214827b;p=quassel.git diff --git a/src/qtui/nicklistwidget.h b/src/qtui/nicklistwidget.h index 9525803e..79caf350 100644 --- a/src/qtui/nicklistwidget.h +++ b/src/qtui/nicklistwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -23,12 +23,12 @@ #include "ui_nicklistwidget.h" #include "abstractitemview.h" +#include "buffermodel.h" #include "types.h" #include - -#include "buffermodel.h" +#include class Buffer; class NickView; @@ -60,4 +60,18 @@ private: QDockWidget *dock() const; }; + +// ============================== +// NickList Dock +// ============================== +class NickListDock : public QDockWidget { + Q_OBJECT + +public: + NickListDock(const QString &title, QWidget *parent = 0); + // ~NickListDock(); + + // virtual bool event(QEvent *event); +}; + #endif