From 365cdef434c4184e3381b12faec0aa0b3f7accc0 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 26 Apr 2011 23:36:59 +0200 Subject: [PATCH] delete more methods --- plasmoid.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/plasmoid.h b/plasmoid.h index fab3433a5..972b0410d 100644 --- a/plasmoid.h +++ b/plasmoid.h @@ -453,17 +453,6 @@ class PLASMA_EXPORT Plasmoid : public QGraphicsWidget */ void releaseVisualFocus(); -#if QT_VERSION >= 0x040700 - protected: - void geometryChanged(); // in QGraphicsWidget now; preserve BC -#else - /** - * Emitted whenever the applet makes a geometry change, so that views - * can coordinate themselves with these changes if they desire. - */ - void geometryChanged(); -#endif - Q_SIGNALS: /** * Emitted when the user completes a transformation of the applet.