X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fmainwin.h;fp=gui%2Fmainwin.h;h=df7154c0e89f0bc98e800b61322eb73cf3ca63be;hp=8d9aeea85e10a25250e8fed28f9705c7178c1645;hb=bb0bf17b61958e92529338596574f7a2a4f61d2a;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;