From: Pino Toscano Date: Fri, 16 Feb 2007 17:13:02 +0000 (+0000) Subject: SVN_SILENT QHash is needed only in the implementation X-Git-Tag: v3.80.3~51 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=18041abcfa655a3607414cf893c278cb9e9c36f9;p=libqmvoc.git SVN_SILENT QHash is needed only in the implementation svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634233 --- diff --git a/kdeeduplot/kplotwidget.cpp b/kdeeduplot/kplotwidget.cpp index 6d987e5..d8720af 100644 --- a/kdeeduplot/kplotwidget.cpp +++ b/kdeeduplot/kplotwidget.cpp @@ -19,6 +19,7 @@ #include #include +#include #include #include #include diff --git a/kdeeduplot/kplotwidget.h b/kdeeduplot/kplotwidget.h index c0b5d5a..169a72d 100644 --- a/kdeeduplot/kplotwidget.h +++ b/kdeeduplot/kplotwidget.h @@ -19,12 +19,10 @@ #define KPLOTWIDGET_H #include -#include #include #include -class QPixmap; class KPlotAxis; class KPlotObject; class KPlotPoint;