mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e4b4952703
platforms. It uses KDE's html engine, but doesn't require QT or KDE libs to compile and run.
17 lines
367 B
C++
17 lines
367 B
C++
|
|
$FreeBSD$
|
|
|
|
--- html.cpp 2001/04/13 15:30:05 1.1
|
|
+++ html.cpp 2001/04/13 15:31:44
|
|
@@ -246,8 +246,8 @@
|
|
|
|
setBackgroundColor( lightGray );
|
|
|
|
- QString f = kapp->kde_datadir().copy();
|
|
- f += "/khtmlw/pics/khtmlw_dnd.xpm";
|
|
+ QString f = PREFIX;
|
|
+ f += "/share/viewml/khtmlw_dnd.xpm";
|
|
dndDefaultPixmap.load( f.data() );
|
|
|
|
registerFormats();
|