summaryrefslogtreecommitdiff
path: root/noncore/net/opieirc/ircchannellist.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opieirc/ircchannellist.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieirc/ircchannellist.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opieirc/ircchannellist.cpp b/noncore/net/opieirc/ircchannellist.cpp
index 8cf144e..3982f30 100644
--- a/noncore/net/opieirc/ircchannellist.cpp
+++ b/noncore/net/opieirc/ircchannellist.cpp
@@ -1,4 +1,4 @@
-#include <qpe/resource.h>
+#include <opie2/oresource.h>
#include "ircchannellist.h"
#include "ircchannelperson.h"
@@ -8,9 +8,9 @@ IRCChannelList::IRCChannelList(IRCChannel *channel, QWidget *parent, const char
}
void IRCChannelList::update() {
- QPixmap op = Resource::loadPixmap("opieirc/op");
- QPixmap hop = Resource::loadPixmap("opieirc/hop");
- QPixmap voice = Resource::loadPixmap("opieirc/voice");
+ QPixmap op = Opie::Core::OResource::loadPixmap( "opieirc/op" );
+ QPixmap hop = Opie::Core::OResource::loadPixmap( "opieirc/hop" );
+ QPixmap voice = Opie::Core::OResource::loadPixmap( "opieirc/voice" );
QListIterator<IRCChannelPerson> it = m_channel->people();
clear();
for (; it.current(); ++it) {