mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
7227221cf2
Stephen Kulow (Coolo)'s patch to Do The Right Thing with libkdefakes. Bumped portrevision to force this out.
9 lines
266 B
C++
9 lines
266 B
C++
--- kdecore/kasyncio.cpp.orig Sun Mar 3 16:21:58 2002
|
|
+++ kdecore/kasyncio.cpp Tue Nov 19 07:23:30 2002
|
|
@@ -26,3 +26,5 @@
|
|
void KAsyncIO::virtual_hook( int, void* )
|
|
{ /*BASE::virtual_hook( id, data );*/ }
|
|
|
|
+#include "kasyncio.moc"
|
|
+#include "kgenericfactory.moc"
|