uisupport: Provide helpers for dealing with widget changes
[quassel.git] / src / qtui / snorenotificationbackend.h
index ba600f9..00f399b 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2011-2016 by Hannah von Reth                            *
+ *   Copyright (C) 2011-2018 by Hannah von Reth                            *
  *   vonreth@kde.org                                                       *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -43,9 +43,6 @@ public:
 
     virtual SettingsPage *createConfigWidget() const;
 
-signals:
-    void activated(uint notificationId = 0);
-
 public slots:
     void actionInvoked(Snore::Notification);
 
@@ -75,7 +72,7 @@ public:
     void load();
     void save();
 private slots:
-    void useSnnoreChanged(bool);
+    void useSnoreChanged(bool);
 
 private:
     Ui::SnoreNotificationConfigWidget ui;