summaryrefslogtreecommitdiff
path: root/src/listeners
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-02 12:44:30 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-02 12:44:30 +0300
commit892424cc005d41b8976ae9193a3a4161b5c1950f (patch)
tree6b1cde86aeba82405e87526982910133007d1c52 /src/listeners
parent8aa68056aec80c775a3ddb152bea8a90a7097199 (diff)
downloadplus-892424cc005d41b8976ae9193a3a4161b5c1950f.tar.gz
plus-892424cc005d41b8976ae9193a3a4161b5c1950f.tar.bz2
plus-892424cc005d41b8976ae9193a3a4161b5c1950f.tar.xz
plus-892424cc005d41b8976ae9193a3a4161b5c1950f.zip
Rename DeathListener into WidgetDeathListener.
Diffstat (limited to 'src/listeners')
-rw-r--r--src/listeners/widgetdeathlistener.h (renamed from src/listeners/deathlistener.h)12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/listeners/deathlistener.h b/src/listeners/widgetdeathlistener.h
index 940a623b1..b51e28fb5 100644
--- a/src/listeners/deathlistener.h
+++ b/src/listeners/widgetdeathlistener.h
@@ -61,8 +61,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef LISTENERS_DEATHLISTENER_H
-#define LISTENERS_DEATHLISTENER_H
+#ifndef LISTENERS_WIDGETDEATHLISTENER_H
+#define LISTENERS_WIDGETDEATHLISTENER_H
#include <string>
@@ -75,13 +75,13 @@
* @author Olof Naessén
* @since 0.6.0
*/
-class DeathListener notfinal
+class WidgetDeathListener notfinal
{
public:
/**
* Destructor.
*/
- virtual ~DeathListener()
+ virtual ~WidgetDeathListener()
{ }
/**
@@ -99,8 +99,8 @@ class DeathListener notfinal
* You should not be able to make an instance of DeathListener,
* therefore its constructor is protected.
*/
- DeathListener()
+ WidgetDeathListener()
{ }
};
-#endif // LISTENERS_DEATHLISTENER_H
+#endif // LISTENERS_WIDGETDEATHLISTENER_H