]> Git trees. - libqmvoc.git/commitdiff
SVN_SILENT: move to the bottom and disable copy
authorPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 00:41:05 +0000 (00:41 +0000)
committerPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 00:41:05 +0000 (00:41 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634362

kdeeduplot/kplotwidget.h

index 560bcec017e278dca0c86ec94d53c11514b6864e..f9dea75894d00781c667f390952b1bddf6342101 100644 (file)
@@ -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<KPlotPoint*> pointsUnderPoint( const QPoint& p ) const;
+
+    private:
+        class Private;
+        Private * const d;
+
+        Q_DISABLE_COPY( KPlotWidget )
 };
 
 #endif