]> git.pld-linux.org Git - packages/cphone.git/blobdiff - cphone-comp_fix.patch
- adopt for PLD (small qt/openh323 fackery)
[packages/cphone.git] / cphone-comp_fix.patch
diff --git a/cphone-comp_fix.patch b/cphone-comp_fix.patch
new file mode 100644 (file)
index 0000000..5d572f0
--- /dev/null
@@ -0,0 +1,23 @@
+--- ./message.cxx.orig Tue Jun  3 10:22:28 2003
++++ ./message.cxx      Mon Aug 25 15:02:39 2003
+@@ -52,17 +52,17 @@
+ }
+-void::ThreadSafeMessage::DisplayError(PString thisMessage)
++void ThreadSafeMessage::DisplayError(PString thisMessage)
+ {
+   DisplayError(QString((const char *)thisMessage));
+ }
+-void::ThreadSafeMessage::DisplayWarning(PString thisMessage)
++void ThreadSafeMessage::DisplayWarning(PString thisMessage)
+ {
+   DisplayWarning(QString((const char *)thisMessage));
+ }
+-void::ThreadSafeMessage::DisplayInformation(PString thisMessage)
++void ThreadSafeMessage::DisplayInformation(PString thisMessage)
+ {
+   DisplayInformation(QString((const char *)thisMessage));
+ }
This page took 0.063093 seconds and 4 git commands to generate.