diff --git a/kdeui/actions/kstandardaction.h b/kdeui/actions/kstandardaction.h index 5e2541ff..b0d7370a 100644 --- a/kdeui/actions/kstandardaction.h +++ b/kdeui/actions/kstandardaction.h @@ -584,6 +584,11 @@ namespace KStandardAction */ KDEUI_EXPORT KAction *reportBug(const QObject *recvr, const char *slot, QObject *parent); + /** + * Open up the application Language switching dialog. + */ + KDEUI_EXPORT KAction *switchApplicationLanguage(const QObject *recvr, const char *slot, QObject *parent); + /** * Display the application's About box. */