modernize: Replace most remaining old-style connects by PMF ones
[quassel.git] / src / qtui / settingspages / shortcutsmodel.h
index 0502b32..12420bd 100644 (file)
@@ -76,7 +76,7 @@ public slots:
 
 signals:
     //! Reflects the difference between model contents and the ActionCollections we loaded this from
-    void hasChanged(bool changed);
+    void changed(bool changed);
 
 private:
     struct Item {