From db2bdd554378177a197fbd7065ab92578d4f02f0 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 17 Feb 2007 00:41:05 +0000 Subject: [PATCH] SVN_SILENT: move to the bottom and disable copy svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634362 --- kdeeduplot/kplotwidget.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 -- 2.47.3