aboutsummaryrefslogtreecommitdiff
path: root/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h')
-rw-r--r--multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h b/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h
deleted file mode 100644
index 5ef77774ea0e..000000000000
--- a/multimedia/k9copy-kde4/files/patch-libk9copy_k9cell.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- libk9copy/k9cell.h.orig Thu Jan 5 06:09:52 2006
-+++ libk9copy/k9cell.h Thu Jan 5 06:10:12 2006
-@@ -22,7 +22,11 @@
-
- #include <qobject.h>
- #include <qobjectlist.h>
--#include <stdint.h>
-+#ifdef HAVE_STDINT_H
-+ #include <stdint.h>
-+#elif defined(HAVE_INTTYPES_H)
-+ #include <inttypes.h>
-+#endif
- #include "k9dvdtitle.h"
- enum streamType_t {stAudio,stVideo,stSubpicture,stOther};
- /**