summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/kmess/files/kmess-1.3-compilation-fix.patch')
-rw-r--r--net-im/kmess/files/kmess-1.3-compilation-fix.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-im/kmess/files/kmess-1.3-compilation-fix.patch b/net-im/kmess/files/kmess-1.3-compilation-fix.patch
deleted file mode 100644
index 41af6d63f327..000000000000
--- a/net-im/kmess/files/kmess-1.3-compilation-fix.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-diff -ur kmess-1.3.orig/kmess/contact/contactdrag.h kmess-1.3/kmess/contact/contactdrag.h
---- kmess-1.3.orig/kmess/contact/contactdrag.h 2004-11-25 00:15:52.688284592 +0000
-+++ kmess-1.3/kmess/contact/contactdrag.h 2004-11-25 00:18:16.556413312 +0000
-@@ -23,7 +23,7 @@
- namespace ContactDragInfo
- {
- const char mimeType[] = "application/x-kmess-contact";
--};
-+}
-
- class ContactDragObject : public QDragObject
- {
-diff -ur kmess-1.3.orig/kmess/network/msnconnection.h kmess-1.3/kmess/network/msnconnection.h
---- kmess-1.3.orig/kmess/network/msnconnection.h 2004-11-25 00:17:06.672037352 +0000
-+++ kmess-1.3/kmess/network/msnconnection.h 2004-11-25 00:09:32.263118008 +0000
-@@ -153,7 +153,7 @@
- // Whether or not the object was initialized
- bool initialized_;
- // A string handler, required for the manipulation of certain strings
-- const KStringHandler kStringHandler_;
-+ KStringHandler kStringHandler_;
- // Number of errant pings since last good one
- int missedPings_;
- // Whether the last ping send got a reply
-Only in kmess-1.3/kmess/network: msnconnection.h.orig
-diff -ur kmess-1.3.orig/kmess/specialgroups.h kmess-1.3/kmess/specialgroups.h
---- kmess-1.3.orig/kmess/specialgroups.h 2004-11-25 00:15:52.698283072 +0000
-+++ kmess-1.3/kmess/specialgroups.h 2004-11-25 00:17:35.416667504 +0000
-@@ -28,7 +28,7 @@
- const int GNOMEMEETING = 3;
- const int REMOTEDESKTOP = 4;
- const int KDEREMOTEDESKTOP = 5;
--};
-+}
-
- namespace SpecialGroups
- {
-@@ -36,7 +36,7 @@
- const QString OFFLINE = "97";
- const QString ALLOWED = "98";
- const QString REMOVED = "99";
--};
-+}
-
- namespace SpecialColumns
- {