diff options
-rw-r--r-- | irc/kvirc-devel/files/patch-am | 10 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-an | 12 | ||||
-rw-r--r-- | irc/kvirc/files/patch-am | 10 | ||||
-rw-r--r-- | irc/kvirc/files/patch-an | 12 |
4 files changed, 44 insertions, 0 deletions
diff --git a/irc/kvirc-devel/files/patch-am b/irc/kvirc-devel/files/patch-am new file mode 100644 index 000000000000..83eaa3322b01 --- /dev/null +++ b/irc/kvirc-devel/files/patch-am @@ -0,0 +1,10 @@ +--- src/kvirc/kvi_dlgoptions.h.orig Sat May 27 11:12:24 2000 ++++ src/kvirc/kvi_dlgoptions.h Sun Sep 24 19:28:09 2000 +@@ -31,6 +31,7 @@ + #include <qlabel.h> + #include <qpushbutton.h> + #include <qcheckbox.h> ++#include <qsplitter.h> + #include <qwidget.h> + #include <qwidgetstack.h> + #include <qtableview.h> diff --git a/irc/kvirc-devel/files/patch-an b/irc/kvirc-devel/files/patch-an new file mode 100644 index 000000000000..9c35fe2da7af --- /dev/null +++ b/irc/kvirc-devel/files/patch-an @@ -0,0 +1,12 @@ +--- src/kvirc/kvi_window.h.orig Fri May 26 09:47:12 2000 ++++ src/kvirc/kvi_window.h Sun Sep 24 19:48:24 2000 +@@ -74,8 +74,8 @@ + * Plugin that this window belongs to (usually 0) + */ + void *m_pluginHandle; +- QAccel *m_pAccelerators; + #endif //COMPILE_PLUGIN_SUPPORT ++ QAccel *m_pAccelerators; + public: + /** + * The view splitter... diff --git a/irc/kvirc/files/patch-am b/irc/kvirc/files/patch-am new file mode 100644 index 000000000000..83eaa3322b01 --- /dev/null +++ b/irc/kvirc/files/patch-am @@ -0,0 +1,10 @@ +--- src/kvirc/kvi_dlgoptions.h.orig Sat May 27 11:12:24 2000 ++++ src/kvirc/kvi_dlgoptions.h Sun Sep 24 19:28:09 2000 +@@ -31,6 +31,7 @@ + #include <qlabel.h> + #include <qpushbutton.h> + #include <qcheckbox.h> ++#include <qsplitter.h> + #include <qwidget.h> + #include <qwidgetstack.h> + #include <qtableview.h> diff --git a/irc/kvirc/files/patch-an b/irc/kvirc/files/patch-an new file mode 100644 index 000000000000..9c35fe2da7af --- /dev/null +++ b/irc/kvirc/files/patch-an @@ -0,0 +1,12 @@ +--- src/kvirc/kvi_window.h.orig Fri May 26 09:47:12 2000 ++++ src/kvirc/kvi_window.h Sun Sep 24 19:48:24 2000 +@@ -74,8 +74,8 @@ + * Plugin that this window belongs to (usually 0) + */ + void *m_pluginHandle; +- QAccel *m_pAccelerators; + #endif //COMPILE_PLUGIN_SUPPORT ++ QAccel *m_pAccelerators; + public: + /** + * The view splitter... |