From kde-commits Sun Jan 12 16:44:48 2003 From: Laurent Montel Date: Sun, 12 Jan 2003 16:44:48 +0000 To: kde-commits Subject: kdenetwork/knode X-MARC-Message: https://marc.info/?l=kde-commits&m=104239000128981 CVS commit by mlaurent: Fix include/header M +8 -7 knwidgets.cpp 1.7 M +2 -2 knwidgets.h 1.5 --- kdenetwork/knode/knwidgets.cpp #1.6:1.7 @@ -16,4 +16,5 @@ #include +#include #include "knwidgets.h" --- kdenetwork/knode/knwidgets.h #1.4:1.5 @@ -19,5 +19,4 @@ #include -#include #include @@ -26,4 +25,5 @@ class QPainter; +class QPixmap; //====================================================================================