]> git.pld-linux.org Git - packages/cphone.git/blob - cphone-comp_fix.patch
- qt-devel epoch (still 6)
[packages/cphone.git] / cphone-comp_fix.patch
1 --- ./message.cxx.orig  Tue Jun  3 10:22:28 2003
2 +++ ./message.cxx       Mon Aug 25 15:02:39 2003
3 @@ -52,17 +52,17 @@
4  }
5  
6  
7 -void::ThreadSafeMessage::DisplayError(PString thisMessage)
8 +void ThreadSafeMessage::DisplayError(PString thisMessage)
9  {
10    DisplayError(QString((const char *)thisMessage));
11  }
12  
13 -void::ThreadSafeMessage::DisplayWarning(PString thisMessage)
14 +void ThreadSafeMessage::DisplayWarning(PString thisMessage)
15  {
16    DisplayWarning(QString((const char *)thisMessage));
17  }
18  
19 -void::ThreadSafeMessage::DisplayInformation(PString thisMessage)
20 +void ThreadSafeMessage::DisplayInformation(PString thisMessage)
21  {
22    DisplayInformation(QString((const char *)thisMessage));
23  }
This page took 0.074584 seconds and 3 git commands to generate.