OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
2.1 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../kvirc/kvirc-gcc4.patch
  5. # Copyright (C) 2004 - 2006 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. # --- SDE-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. class KviChannel;
  22. +class KviConsole;
  23. class KviQuery;
  24. class KviQuery;
  25. class KviFrame;
  26. diff -Nur kvirc-3.2.0.orig/src/kvirc/module/kvi_moduleextension.h kvirc-3.2.0/src/kvirc/module/kvi_moduleextension.h
  27. --- kvirc-3.2.0.orig/src/kvirc/module/kvi_moduleextension.h 2004-09-10 00:51:07.000000000 +0300
  28. +++ kvirc-3.2.0/src/kvirc/module/kvi_moduleextension.h 2005-09-27 23:19:08.000000000 +0300
  29. @@ -95,6 +95,8 @@
  30. typedef KviPtrList<KviModuleExtensionDescriptor> KviModuleExtensionDescriptorList;
  31. +class KviModuleExtensionManager;
  32. +
  33. extern KVIRC_API KviModuleExtensionManager * g_pModuleExtensionManager;
  34. class KVIRC_API KviModuleExtensionManager
  35. diff -Nur kvirc-3.2.0.orig/src/kvirc/ui/kvi_console.h kvirc-3.2.0/src/kvirc/ui/kvi_console.h
  36. --- kvirc-3.2.0.orig/src/kvirc/ui/kvi_console.h 2005-02-25 19:57:45.000000000 +0200
  37. +++ kvirc-3.2.0/src/kvirc/ui/kvi_console.h 2005-09-27 23:19:08.000000000 +0300
  38. @@ -46,6 +46,8 @@
  39. class KviIrcServer;
  40. class KviIrcNetwork;
  41. class KviProxy;
  42. +class KviIrcSocketMonitor;
  43. +class KviIrcServerDataBase;
  44. #ifndef COMPILE_ON_WINDOWS
  45. class KviChannel;
  46. class KviQuery;