From 628e1a28c9903f99436008dc1d03978ed16ad2ac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Jun 2007 16:35:18 +0000 Subject: [PATCH] compile++ svn path=/trunk/KDE/kdebase/workspace/; revision=678540 --- clients/oxygen/oxygenbutton.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/oxygen/oxygenbutton.h b/clients/oxygen/oxygenbutton.h index c814797376..e3e2200e26 100644 --- a/clients/oxygen/oxygenbutton.h +++ b/clients/oxygen/oxygenbutton.h @@ -53,8 +53,8 @@ public: void setBitmap(const unsigned char *bitmap); QSize sizeHint() const; - const int lastMousePress(){return lastmouse_;}; - void reset(){repaint();}; + const int lastMousePress(){return lastmouse_;} + void reset(){repaint();} private: void enterEvent(QEvent *e);