aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc
diff options
context:
space:
mode:
authorGravatar Szymon Tomasz Stefanek2010-12-29 05:18:53 +0000
committerGravatar Szymon Tomasz Stefanek2010-12-29 05:18:53 +0000
commit36a500815eb3feae00b1f1e00b32916e4264236b (patch)
tree459d0c28555696bad117f02f148a129513fae1ec /src/modules/dcc
parentyet more splitting (diff)
downloadKVIrc-36a500815eb3feae00b1f1e00b32916e4264236b.tar.gz
KVIrc-36a500815eb3feae00b1f1e00b32916e4264236b.tar.bz2
KVIrc-36a500815eb3feae00b1f1e00b32916e4264236b.zip
More renames, fix the spelling of KVIrc etc...
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc')
-rw-r--r--src/modules/dcc/adpcmcodec.cpp2
-rw-r--r--src/modules/dcc/adpcmcodec.h2
-rw-r--r--src/modules/dcc/broker.cpp2
-rw-r--r--src/modules/dcc/broker.h2
-rw-r--r--src/modules/dcc/canvas.cpp2
-rw-r--r--src/modules/dcc/canvas.h2
-rw-r--r--src/modules/dcc/canvaswidget.cpp2
-rw-r--r--src/modules/dcc/canvaswidget.h2
-rw-r--r--src/modules/dcc/chat.cpp2
-rw-r--r--src/modules/dcc/chat.h2
-rw-r--r--src/modules/dcc/codec.cpp2
-rw-r--r--src/modules/dcc/codec.h2
-rw-r--r--src/modules/dcc/descriptor.cpp2
-rw-r--r--src/modules/dcc/descriptor.h2
-rw-r--r--src/modules/dcc/dialogs.cpp2
-rw-r--r--src/modules/dcc/dialogs.h2
-rw-r--r--src/modules/dcc/gsmcodec.cpp2
-rw-r--r--src/modules/dcc/gsmcodec.h2
-rw-r--r--src/modules/dcc/libkvidcc.cpp2
-rw-r--r--src/modules/dcc/marshal.cpp2
-rw-r--r--src/modules/dcc/marshal.h2
-rw-r--r--src/modules/dcc/requests.cpp2
-rw-r--r--src/modules/dcc/send.cpp2
-rw-r--r--src/modules/dcc/send.h2
-rw-r--r--src/modules/dcc/thread.cpp2
-rw-r--r--src/modules/dcc/thread.h2
-rw-r--r--src/modules/dcc/utils.cpp2
-rw-r--r--src/modules/dcc/utils.h2
-rw-r--r--src/modules/dcc/video.cpp2
-rw-r--r--src/modules/dcc/video.h2
-rw-r--r--src/modules/dcc/voice.cpp2
-rw-r--r--src/modules/dcc/voice.h2
-rw-r--r--src/modules/dcc/window.cpp2
-rw-r--r--src/modules/dcc/window.h2
34 files changed, 34 insertions, 34 deletions
diff --git a/src/modules/dcc/adpcmcodec.cpp b/src/modules/dcc/adpcmcodec.cpp
index ee1084c22..4e9f45f13 100644
--- a/src/modules/dcc/adpcmcodec.cpp
+++ b/src/modules/dcc/adpcmcodec.cpp
@@ -3,7 +3,7 @@
// File : adpcmcodec.h
// Creation date : Wed Aug 22 19:12:46 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/adpcmcodec.h b/src/modules/dcc/adpcmcodec.h
index 6846da72b..8843ee893 100644
--- a/src/modules/dcc/adpcmcodec.h
+++ b/src/modules/dcc/adpcmcodec.h
@@ -5,7 +5,7 @@
// File : adpcmcodec.h
// Creation date : Wed Aug 22 19:12:46 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/broker.cpp b/src/modules/dcc/broker.cpp
index 40fdc9e48..db56e1fe7 100644
--- a/src/modules/dcc/broker.cpp
+++ b/src/modules/dcc/broker.cpp
@@ -3,7 +3,7 @@
// File : broker.cpp
// Creation date : Tue Sep 19 09 2000 10:21:54 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/broker.h b/src/modules/dcc/broker.h
index 48daa2ee4..5f69a4c3d 100644
--- a/src/modules/dcc/broker.h
+++ b/src/modules/dcc/broker.h
@@ -5,7 +5,7 @@
// File : broker.h
// Creation date : Tue Sep 19 09 2000 10:20:01 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/canvas.cpp b/src/modules/dcc/canvas.cpp
index 2634fde05..a9f943371 100644
--- a/src/modules/dcc/canvas.cpp
+++ b/src/modules/dcc/canvas.cpp
@@ -3,7 +3,7 @@
// File : canvas.cpp
// Creation date : Sun Jul 29 07 2001 20:23:13 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/canvas.h b/src/modules/dcc/canvas.h
index 36f01e14d..721cf7f00 100644
--- a/src/modules/dcc/canvas.h
+++ b/src/modules/dcc/canvas.h
@@ -5,7 +5,7 @@
// File : canvas.h
// Creation date : Sun Jul 29 07 2001 20:17:12 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/canvaswidget.cpp b/src/modules/dcc/canvaswidget.cpp
index 79012192b..765d78a1d 100644
--- a/src/modules/dcc/canvaswidget.cpp
+++ b/src/modules/dcc/canvaswidget.cpp
@@ -3,7 +3,7 @@
// File : canvaswidget.cpp
// Creation date : Mon Jul 30 07 2001 04:50:50 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/canvaswidget.h b/src/modules/dcc/canvaswidget.h
index c811ccfb6..ac994bf28 100644
--- a/src/modules/dcc/canvaswidget.h
+++ b/src/modules/dcc/canvaswidget.h
@@ -5,7 +5,7 @@
// File : canvaswidget.h
// Creation date : Mon Jul 30 07 2001 04:49:49 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/chat.cpp b/src/modules/dcc/chat.cpp
index ef0ec3a14..bac2496f3 100644
--- a/src/modules/dcc/chat.cpp
+++ b/src/modules/dcc/chat.cpp
@@ -3,7 +3,7 @@
// File : chat.cpp
// Creation date : Tue Sep 20 09 2000 15:13:13 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/chat.h b/src/modules/dcc/chat.h
index 5509b4934..09834d89a 100644
--- a/src/modules/dcc/chat.h
+++ b/src/modules/dcc/chat.h
@@ -5,7 +5,7 @@
// File : chat.h
// Creation date : Tue Sep 20 09 2000 15:11:12 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/codec.cpp b/src/modules/dcc/codec.cpp
index 5905a4eed..c20d2f7d1 100644
--- a/src/modules/dcc/codec.cpp
+++ b/src/modules/dcc/codec.cpp
@@ -3,7 +3,7 @@
// File : codec.cpp
// Creation date : Sun Aug 26 04:19:36 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/codec.h b/src/modules/dcc/codec.h
index 740740676..fe4955161 100644
--- a/src/modules/dcc/codec.h
+++ b/src/modules/dcc/codec.h
@@ -5,7 +5,7 @@
// File : codec.h
// Creation date : Sun Aug 26 04:19:34 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/descriptor.cpp b/src/modules/dcc/descriptor.cpp
index fb27d5bda..ba0f7270a 100644
--- a/src/modules/dcc/descriptor.cpp
+++ b/src/modules/dcc/descriptor.cpp
@@ -3,7 +3,7 @@
// File : descriptor.cpp
// Creation date : Tue Jul 23 01:11:54 2002 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/descriptor.h b/src/modules/dcc/descriptor.h
index 34fe365cc..4cea82e51 100644
--- a/src/modules/dcc/descriptor.h
+++ b/src/modules/dcc/descriptor.h
@@ -5,7 +5,7 @@
// File : descriptor.h
// Creation date : Tue Jul 23 01:11:52 2002 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2002-2010 Szymon Stefanek (oragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/dialogs.cpp b/src/modules/dcc/dialogs.cpp
index 73f9cfe85..75ceb8cc0 100644
--- a/src/modules/dcc/dialogs.cpp
+++ b/src/modules/dcc/dialogs.cpp
@@ -3,7 +3,7 @@
// File : dialogs.cpp
// Creation date : Tue Sep 19 09 2000 15:23:12 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/dialogs.h b/src/modules/dcc/dialogs.h
index 1b12ffe9f..6e1081893 100644
--- a/src/modules/dcc/dialogs.h
+++ b/src/modules/dcc/dialogs.h
@@ -5,7 +5,7 @@
// File : dialogs.h
// Creation date : Tue Sep 19 09 2000 15:17:22 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/gsmcodec.cpp b/src/modules/dcc/gsmcodec.cpp
index 38b4a4142..21635ebd9 100644
--- a/src/modules/dcc/gsmcodec.cpp
+++ b/src/modules/dcc/gsmcodec.cpp
@@ -3,7 +3,7 @@
// File : gsmcodec.cpp
// Creation date : Wed Aug 22 19:12:55 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/gsmcodec.h b/src/modules/dcc/gsmcodec.h
index 2392e750b..27971f87c 100644
--- a/src/modules/dcc/gsmcodec.h
+++ b/src/modules/dcc/gsmcodec.h
@@ -5,7 +5,7 @@
// File : gsmcodec.h
// Creation date : Wed Aug 22 19:12:54 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp
index 87118cfb7..596802962 100644
--- a/src/modules/dcc/libkvidcc.cpp
+++ b/src/modules/dcc/libkvidcc.cpp
@@ -3,7 +3,7 @@
// File : libkviobjects.cpp
// Creation date : Wed Sep 09 2000 20:59:01 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/marshal.cpp b/src/modules/dcc/marshal.cpp
index 3ca458e84..b74b34008 100644
--- a/src/modules/dcc/marshal.cpp
+++ b/src/modules/dcc/marshal.cpp
@@ -3,7 +3,7 @@
// File : marshal.cpp
// Creation date : Sun Sep 17 2000 15:59:11 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/marshal.h b/src/modules/dcc/marshal.h
index 383ec87f2..cf0fd11af 100644
--- a/src/modules/dcc/marshal.h
+++ b/src/modules/dcc/marshal.h
@@ -5,7 +5,7 @@
// File marshal.h
// Creation date : Sun Sep 17 2000 10:44:20 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/requests.cpp b/src/modules/dcc/requests.cpp
index 27b457dae..7ecbb8900 100644
--- a/src/modules/dcc/requests.cpp
+++ b/src/modules/dcc/requests.cpp
@@ -3,7 +3,7 @@
// File : requests.cpp
// Creation date : Tue Jul 23 02:44:38 2002 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/send.cpp b/src/modules/dcc/send.cpp
index 2a145e599..6d9ccbbef 100644
--- a/src/modules/dcc/send.cpp
+++ b/src/modules/dcc/send.cpp
@@ -3,7 +3,7 @@
// File : send.cpp
// Creation date : Tue Sep 20 09 2000 15:14:14 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/send.h b/src/modules/dcc/send.h
index 2bc806210..6fd393a39 100644
--- a/src/modules/dcc/send.h
+++ b/src/modules/dcc/send.h
@@ -5,7 +5,7 @@
// File : send.h
// Creation date : Tue Sep 24 09 2000 15:06:12 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/thread.cpp b/src/modules/dcc/thread.cpp
index 8108aac7d..3d7f38983 100644
--- a/src/modules/dcc/thread.cpp
+++ b/src/modules/dcc/thread.cpp
@@ -3,7 +3,7 @@
// File : thread.cpp
// Creation date : Tue Sep 20 09 2000 18:29:51 CEST Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/thread.h b/src/modules/dcc/thread.h
index 109ec3a9c..03a981b55 100644
--- a/src/modules/dcc/thread.h
+++ b/src/modules/dcc/thread.h
@@ -5,7 +5,7 @@
// File : thread.h
// Creation date : Tue Sep 20 09 2000 18:28:44 by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/utils.cpp b/src/modules/dcc/utils.cpp
index a10cb9069..8817bc0fa 100644
--- a/src/modules/dcc/utils.cpp
+++ b/src/modules/dcc/utils.cpp
@@ -3,7 +3,7 @@
// File : utils.cpp
// Creation date : Tue Jul 23 02:54:44 2002 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/utils.h b/src/modules/dcc/utils.h
index df7917b4c..b201a7142 100644
--- a/src/modules/dcc/utils.h
+++ b/src/modules/dcc/utils.h
@@ -5,7 +5,7 @@
// File : utils.h
// Creation date : Tue Jul 23 02:54:45 2002 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/video.cpp b/src/modules/dcc/video.cpp
index 7327dcb60..1c5d0d90c 100644
--- a/src/modules/dcc/video.cpp
+++ b/src/modules/dcc/video.cpp
@@ -3,7 +3,7 @@
// File : video.cpp
// Creation date : Tue Nov 10 18:08:09 2009 GMT by Fabio Bas
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2009 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/video.h b/src/modules/dcc/video.h
index bef5376e9..c71f63c90 100644
--- a/src/modules/dcc/video.h
+++ b/src/modules/dcc/video.h
@@ -5,7 +5,7 @@
// File : video.h
// Creation date : Tue Nov 10 18:08:09 2009 GMT by Fabio Bas
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2009 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/voice.cpp b/src/modules/dcc/voice.cpp
index 549125be3..a85d9b85b 100644
--- a/src/modules/dcc/voice.cpp
+++ b/src/modules/dcc/voice.cpp
@@ -3,7 +3,7 @@
// File : voice.cpp
// Creation date : Thu Aug 23 04:08:09 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/voice.h b/src/modules/dcc/voice.h
index 28b606c08..001a2a718 100644
--- a/src/modules/dcc/voice.h
+++ b/src/modules/dcc/voice.h
@@ -5,7 +5,7 @@
// File : voice.h
// Creation date : Thu Aug 23 04:08:10 2001 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/window.cpp b/src/modules/dcc/window.cpp
index 180c20e83..43d06e728 100644
--- a/src/modules/dcc/window.cpp
+++ b/src/modules/dcc/window.cpp
@@ -3,7 +3,7 @@
// File : window.cpp
// Creation date : Fri Jul 26 02:04:40 2002 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
diff --git a/src/modules/dcc/window.h b/src/modules/dcc/window.h
index 5fd13506f..601ab88b0 100644
--- a/src/modules/dcc/window.h
+++ b/src/modules/dcc/window.h
@@ -5,7 +5,7 @@
// File : window.h
// Creation date : Fri Jul 26 02:04:39 2002 GMT by Szymon Stefanek
//
-// This file is part of the KVirc irc client distribution
+// This file is part of the KVIrc irc client distribution
// Copyright (C) 2002-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or