[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/konqhtml
From:       Benjamin Meyer <benjamin () csh ! rit ! edu>
Date:       2004-04-19 12:50:05
Message-ID: 20040419125005.CF6399A38 () office ! kde ! org
[Download RAW message or body]

CVS commit by bmeyer: 

Don't include X11 if configure doesn't want it (e.g. qtmac)


  M +2 -0      appearance.cpp   1.47
  M +3 -0      jsopts.cpp   1.50


--- kdebase/kcontrol/konqhtml/appearance.cpp  #1.46:1.47
@@ -8,5 +8,7 @@
 #include <kcharsets.h>
 #include <kdebug.h>
+#if defined Q_WS_X11 && !defined K_WS_QTONLY
 #include <X11/Xlib.h>
+#endif
 #include <kfontcombo.h>
 #include <knuminput.h>

--- kdebase/kcontrol/konqhtml/jsopts.cpp  #1.49:1.50
@@ -19,5 +19,8 @@
 #include <kdebug.h>
 #include <kurlrequester.h>
+
+#if defined Q_WS_X11 && !defined K_WS_QTONLY
 #include <X11/Xlib.h>
+#endif
 
 #include "htmlopts.h"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic