X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fmainwin.h;h=df7154c0e89f0bc98e800b61322eb73cf3ca63be;hp=8d9aeea85e10a25250e8fed28f9705c7178c1645;hb=2b4fb2214870a8c521e90310e541fe5ea680ae3b;hpb=6f8bb3747b3b7a4cc07a3bb9717e1222850adcfa diff --git a/gui/mainwin.h b/gui/mainwin.h index 8d9aeea8..df7154c0 100644 --- a/gui/mainwin.h +++ b/gui/mainwin.h @@ -30,7 +30,7 @@ class ServerListDlg; class CoreConnectDlg; -class NetworkView; +class BufferView; class Buffer; class BufferWidget; class SettingsDlg; @@ -50,7 +50,7 @@ class MainWin : public QMainWindow { ~MainWin(); void init(); - void registerNetView(NetworkView *); + void registerBufferView(BufferView *); protected: void closeEvent(QCloseEvent *event); @@ -124,7 +124,7 @@ class MainWin : public QMainWindow { //QHash > coreBackLog; QList coreBuffers; - QList netViews; + QList netViews; QTimer *layoutTimer; QList layoutQueue;