From kde-commits Sun Feb 29 23:19:13 2004 From: Benjamin Meyer Date: Sun, 29 Feb 2004 23:19:13 +0000 To: kde-commits Subject: kdeutils/khexedit Message-Id: <20040229231913.897FB9959 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107809676001521 CVS commit by bmeyer: Removed X11 header for call that was removed M +0 -4 hexviewwidget.h 1.24 --- kdeutils/khexedit/hexviewwidget.h #1.23:1.24 @@ -38,8 +38,4 @@ #include "hexbuffer.h" -#ifdef Q_WS_X11 -#include // For XQueryPointer() -#endif - class CScrollBar : public QScrollBar {