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; //====================================================================================