Magellan Linux

Annotation of /trunk/kvirc/patches/kvirc-3.2.0-gcc4.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 2125 byte(s)
-import

1 niro 144 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2     # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3     #
4     # T2 SDE: package/.../kvirc/kvirc-gcc4.patch
5     # Copyright (C) 2004 - 2005 The T2 SDE Project
6     #
7     # More information can be found in the files COPYING and README.
8     #
9     # This patch file is dual-licensed. It is available under the license the
10     # patched project is licensed under, as long as it is an OpenSource license
11     # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12     # of the GNU General Public License as published by the Free Software
13     # Foundation; either version 2 of the License, or (at your option) any later
14     # version.
15     # --- T2-COPYRIGHT-NOTE-END ---
16     diff -Nur kvirc-3.2.0.orig/src/kvirc/kernel/kvi_irccontext.h kvirc-3.2.0/src/kvirc/kernel/kvi_irccontext.h
17     --- kvirc-3.2.0.orig/src/kvirc/kernel/kvi_irccontext.h 2004-11-22 04:13:17.000000000 +0200
18     +++ kvirc-3.2.0/src/kvirc/kernel/kvi_irccontext.h 2005-09-27 23:19:08.000000000 +0300
19     @@ -29,6 +29,7 @@
20     #include <qobject.h>
21    
22     class KviChannel;
23     +class KviConsole;
24     class KviQuery;
25     class KviQuery;
26     class KviFrame;
27     diff -Nur kvirc-3.2.0.orig/src/kvirc/module/kvi_moduleextension.h kvirc-3.2.0/src/kvirc/module/kvi_moduleextension.h
28     --- kvirc-3.2.0.orig/src/kvirc/module/kvi_moduleextension.h 2004-09-10 00:51:07.000000000 +0300
29     +++ kvirc-3.2.0/src/kvirc/module/kvi_moduleextension.h 2005-09-27 23:19:08.000000000 +0300
30     @@ -95,6 +95,8 @@
31    
32     typedef KviPtrList<KviModuleExtensionDescriptor> KviModuleExtensionDescriptorList;
33    
34     +class KviModuleExtensionManager;
35     +
36     extern KVIRC_API KviModuleExtensionManager * g_pModuleExtensionManager;
37    
38     class KVIRC_API KviModuleExtensionManager
39     diff -Nur kvirc-3.2.0.orig/src/kvirc/ui/kvi_console.h kvirc-3.2.0/src/kvirc/ui/kvi_console.h
40     --- kvirc-3.2.0.orig/src/kvirc/ui/kvi_console.h 2005-02-25 19:57:45.000000000 +0200
41     +++ kvirc-3.2.0/src/kvirc/ui/kvi_console.h 2005-09-27 23:19:08.000000000 +0300
42     @@ -46,6 +46,8 @@
43     class KviIrcServer;
44     class KviIrcNetwork;
45     class KviProxy;
46     +class KviIrcSocketMonitor;
47     +class KviIrcServerDataBase;
48     #ifndef COMPILE_ON_WINDOWS
49     class KviChannel;
50     class KviQuery;