summaryrefslogtreecommitdiffstats
path: root/src/kvilib/irc/kvi_avatar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvilib/irc/kvi_avatar.cpp')
-rw-r--r--src/kvilib/irc/kvi_avatar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/irc/kvi_avatar.cpp b/src/kvilib/irc/kvi_avatar.cpp
index 3a9f54d..300ad12 100644
--- a/src/kvilib/irc/kvi_avatar.cpp
+++ b/src/kvilib/irc/kvi_avatar.cpp
@@ -137,8 +137,8 @@ TQPixmap * KviAvatar::scaledPixmap(unsigned int w,unsigned int h)
m_uLastScaleWidth = w;
m_uLastScaleHeight = h;
- int scaleW = w;
- int scaleH;
+ unsigned int scaleW = w;
+ unsigned int scaleH;
/* We want to maintain the aspect of the image instead simply set
height and width. The first step is trying to adapt the image size