aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Voker572008-07-05 20:08:26 +0000
committerGravatar Voker572008-07-05 20:08:26 +0000
commit8e3a7c01aec22cc341a4beb23fc28821b7446ea7 (patch)
tree418c81408b445ad8eb045cf78f8e038a31810823 /src
parentRefactoring avatar class -- thanks to BugSlayer (diff)
downloadKVIrc-8e3a7c01aec22cc341a4beb23fc28821b7446ea7.tar.gz
KVIrc-8e3a7c01aec22cc341a4beb23fc28821b7446ea7.tar.bz2
KVIrc-8e3a7c01aec22cc341a4beb23fc28821b7446ea7.zip
Removed useless header (thx -> BugSlayer)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2012 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/kvilib/irc/kvi_avatar.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/kvilib/irc/kvi_avatar.h b/src/kvilib/irc/kvi_avatar.h
index 911f60690..64fd58073 100644
--- a/src/kvilib/irc/kvi_avatar.h
+++ b/src/kvilib/irc/kvi_avatar.h
@@ -25,7 +25,6 @@
//
//=============================================================================
-#include "kvi_string.h"
#include "kvi_heapobject.h"
#include "kvi_settings.h"
@@ -57,21 +56,21 @@ public:
// the name is used.
// for local avatars the localPath is used instead
const QString &identificationString(){ return m_bRemote ? m_szName : m_szLocalPath; };
-
+
// if name is http://xxxx
// then identification is the name
// if name is xxx.png
// then identification is the local path
-
+
// name : visible name of the avatar : url or filename
// ex: http://www.kvirc.net/img/pragma.png
// ex: pragma.png
- // local path : local path
+ // local path : local path
// ex: /home/pragma/.kvirc/avatars/http.www.kvirc.net.img.pragma.png
// ex: /home/pragma/.kvirc/avatars/pragma.png
-
+
// local path->name : strip leading path informations
// name->local path : replace : / and