~ubuntu-branches/ubuntu/raring/konversation/raring-proposed

« back to all changes in this revision

Viewing changes to src/irc/nicksonline.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-07-01 11:24:31 UTC
  • mfrom: (2.2.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100701112431-7ch1bzggwdn9y7pr
Tags: 1.3.1-0ubuntu1
* New upstream bugfix release
* Merge from Debian Unstable, remaining changes:
  - Add kubuntu_01_default_channels.diff, disable debian_channel.diff
  - Keep message indicator patches, libindicator-dev build-dep

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
         * @param name              The name of the network, assumed to be in column 0 of the item.
136
136
         * @return                  Pointer to the QListViewItem or 0 if not found.
137
137
         */
138
 
        QTreeWidgetItem* findNetworkRoot(const QString& name);
 
138
        QTreeWidgetItem* findNetworkRoot(int serverGroupId);
139
139
        /**
140
140
         * Refresh the nicklistview for all servers.
141
141
         */