From: Pino Toscano Date: Sat, 17 Feb 2007 00:41:05 +0000 (+0000) Subject: SVN_SILENT: move to the bottom and disable copy X-Git-Tag: v3.80.3~37 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=db2bdd554378177a197fbd7065ab92578d4f02f0;p=libqmvoc.git SVN_SILENT: move to the bottom and disable copy svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634362 --- diff --git a/kdeeduplot/kplotwidget.h b/kdeeduplot/kplotwidget.h index 560bcec..f9dea75 100644 --- a/kdeeduplot/kplotwidget.h +++ b/kdeeduplot/kplotwidget.h @@ -372,10 +372,6 @@ public slots: */ void setObjectToolTipShown( bool show ); - private: - class Private; - Private * const d; - protected: /** * Generic event handler. @@ -412,6 +408,12 @@ protected: * @param p The screen position from which to check for plot points. */ QList pointsUnderPoint( const QPoint& p ) const; + + private: + class Private; + Private * const d; + + Q_DISABLE_COPY( KPlotWidget ) }; #endif