Mercurial > hg > easyhg-kdiff3
comparison kdiff3/src-QT4/kreplacements/kreplacements.cpp @ 112:0180c7f92563
Build fixes
author | Chris Cannam |
---|---|
date | Fri, 07 Dec 2018 13:40:01 +0000 |
parents | 44fa471eb3c4 |
children |
comparison
equal
deleted
inserted
replaced
111:44fa471eb3c4 | 112:0180c7f92563 |
---|---|
78 return; | 78 return; |
79 } | 79 } |
80 | 80 |
81 #ifndef Q_OS_OS2 | 81 #ifndef Q_OS_OS2 |
82 char buf[256]; | 82 char buf[256]; |
83 HINSTANCE hi = FindExecutableA( helpFile.fileName().toAscii(), helpFile.absolutePath().toAscii(), buf ); | 83 HINSTANCE hi = FindExecutableA( helpFile.fileName().toLocal8Bit(), helpFile.absolutePath().toLocal8Bit(), buf ); |
84 if ( int(hi)<=32 ) | 84 if ( int(hi)<=32 ) |
85 { | 85 { |
86 #endif | 86 #endif |
87 static QTextBrowser* pBrowser = 0; | 87 static QTextBrowser* pBrowser = 0; |
88 if (pBrowser==0) | 88 if (pBrowser==0) |