~ubuntu-branches/ubuntu/trusty/kvirc/trusty

« back to all changes in this revision

Viewing changes to src/kvirc/ui/KviChannelWindow.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-05-18 19:36:33 UTC
  • mfrom: (24.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130518193633-d2caq4677ihxc93h
Tags: 4:4.2.0-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
 
146
146
        /**
147
147
        * \brief Constructs the channel object
148
 
        * \param lpFrm The parent frame object
149
148
        * \param lpConsole The console of the context
150
149
        * \param szName The name of the channel
151
150
        * \return KviChannelWindow
152
151
        */
153
 
        KviChannelWindow(KviMainWindow * lpFrm, KviConsoleWindow * lpConsole, const QString & szName);
 
152
        KviChannelWindow(KviConsoleWindow * lpConsole, const QString & szName);
154
153
 
155
154
        /**
156
155
        * \brief Destroys the channel object
182
181
        KviPointerList<KviChannelAction>         * m_pActionHistory;
183
182
        kvi_time_t                                 m_tLastReceivedWhoReply;
184
183
        QList<int>                                 m_VertSplitterSizesList;
 
184
        QList<int>                                 m_SplitterSizesList;
185
185
        KviTalHBox                               * m_pButtonContainer;
186
186
public:
187
187
        /**