diff options
Diffstat (limited to 'src/modules/channelsjoin/channelsjoinwindow.cpp')
| -rw-r--r-- | src/modules/channelsjoin/channelsjoinwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/channelsjoin/channelsjoinwindow.cpp b/src/modules/channelsjoin/channelsjoinwindow.cpp index 87a251ebd..2a80ff0d0 100644 --- a/src/modules/channelsjoin/channelsjoinwindow.cpp +++ b/src/modules/channelsjoin/channelsjoinwindow.cpp @@ -173,10 +173,10 @@ void KviChannelsJoinWindow::fillListView() par = new QListViewItem(m_pListView,__tr2qs("Registered Channels")); par->setOpen(true); - QAsciiDict<KviRegisteredChannelList> * d = g_pRegisteredChannelDataBase->channelDict(); + KviAsciiDict<KviRegisteredChannelList> * d = g_pRegisteredChannelDataBase->channelDict(); if(d) { - QAsciiDictIterator<KviRegisteredChannelList> it(*d); + KviAsciiDictIterator<KviRegisteredChannelList> it(*d); while(it.current()) { chld = new QListViewItem(par,it.currentKey()); |
