From 732292284da3604fcd771be4ad0ae24766dcc7e2 Mon Sep 17 00:00:00 2001 From: Thorvald Natvig Date: Thu, 30 Aug 2007 21:15:36 +0000 Subject: Patch #1785183 by metz. Unix client compiles again. git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@756 05730e5d-ab1b-0410-a4ac-84af385074fa --- src/mumble/GlobalShortcut_unix.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mumble/GlobalShortcut_unix.h') diff --git a/src/mumble/GlobalShortcut_unix.h b/src/mumble/GlobalShortcut_unix.h index 05a977412..83a867558 100644 --- a/src/mumble/GlobalShortcut_unix.h +++ b/src/mumble/GlobalShortcut_unix.h @@ -61,11 +61,12 @@ class GlobalShortcutXConfig : public ConfigWidget { protected: QHash qhKeys; public: - GlobalShortcutXConfig(QWidget *p = NULL); + GlobalShortcutXConfig(Settings &st); virtual QString title() const; virtual QIcon icon() const; public slots: - void accept(); + void save() const; + void load(const Settings &r); }; #define NUM_BUTTONS 0x2ff -- cgit v1.2.3