File r882916.diff of Package kdebase4-workspace
Subject: kwin: Mark hide() explicitly as a slot
From: wstephenson@suse.de
Bug:
Patch-upstream: 882916
--- kwin/popupinfo.h (revision 882915)
+++ kwin/popupinfo.h (revision 882916)
@@ -38,11 +38,13 @@ class PopupInfo : public QWidget
~PopupInfo();
void reset();
- void hide();
void showInfo(const QString &infoString);
void reconfigure();
+ public slots:
+ void hide();
+
protected:
void paintEvent( QPaintEvent* );
void paintContents();
Index: kwin/popupinfo.h
===================================================================