diff options
| author | 2007-01-19 02:11:09 +0000 | |
|---|---|---|
| committer | 2007-01-19 02:11:09 +0000 | |
| commit | ecd49ed1192c79a3b55cdc4130bec1d4182f71b4 (patch) | |
| tree | 2ffd5b617136b4296e25eb3c66a5cd27180f21c8 /src/modules/channelsjoin/channelsjoinwindow.cpp | |
| parent | *AUTOMATICALLY* updated KVI_SOURCES_DATE variable (diff) | |
| download | KVIrc-ecd49ed1192c79a3b55cdc4130bec1d4182f71b4.tar.gz KVIrc-ecd49ed1192c79a3b55cdc4130bec1d4182f71b4.tar.bz2 KVIrc-ecd49ed1192c79a3b55cdc4130bec1d4182f71b4.zip | |
More Qt 4.x port
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@195 17fca916-40b9-46aa-a4ea-0a15b648b75c
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()); |
