X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Factioncollection.h;h=d14981ac7d52efb6fad6dfcb576d44c117a6b4b9;hb=1f58e3506add8dc546c1e98367dce2cd24e5773d;hp=22b074856abbc2c43981e13455fcae8f0554db1b;hpb=84cd3561e97167ffb98ecab0fd2b884ba1d13ada;p=quassel.git diff --git a/src/uisupport/actioncollection.h b/src/uisupport/actioncollection.h index 22b07485..d14981ac 100644 --- a/src/uisupport/actioncollection.h +++ b/src/uisupport/actioncollection.h @@ -97,7 +97,7 @@ signals: protected slots: #if QT_VERSION >= 0x050000 - virtual void connectNotify(const QMetaMethod &method); + virtual void connectNotify(const QMetaMethod &signal); #else virtual void connectNotify(const char *signal); #endif