diff options
Diffstat (limited to 'irc/kvirc-devel/files/patch-an')
-rw-r--r-- | irc/kvirc-devel/files/patch-an | 12 |
1 files changed, 12 insertions, 0 deletions
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... |