diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-10 14:41:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-02-10 14:41:57 +0000 |
| commit | a15f2d6df476e302c479e469bfa693317d732eff (patch) | |
| tree | ea0f66fee4e6dcc2121a0e57b2df9addddfc43e0 /src/plugins/General/hotkey | |
| parent | b996b5be460041167e5f97fde4b0b5695938360d (diff) | |
| download | qmmp-a15f2d6df476e302c479e469bfa693317d732eff.tar.gz qmmp-a15f2d6df476e302c479e469bfa693317d732eff.tar.bz2 qmmp-a15f2d6df476e302c479e469bfa693317d732eff.zip | |
refactoring
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3212 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hotkey')
| -rw-r--r-- | src/plugins/General/hotkey/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkey.pro | 4 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkeymanager_x11.cpp (renamed from src/plugins/General/hotkey/hotkeymanager.cpp) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/General/hotkey/CMakeLists.txt b/src/plugins/General/hotkey/CMakeLists.txt index 33aa48ffb..47aa3a291 100644 --- a/src/plugins/General/hotkey/CMakeLists.txt +++ b/src/plugins/General/hotkey/CMakeLists.txt @@ -40,7 +40,7 @@ ENDIF(XKBLIB_H_FOUND) SET(libhotkey_SRCS settingsdialog.cpp hotkeyfactory.cpp - hotkeymanager.cpp + hotkeymanager_x11.cpp hotkeydialog.cpp ) diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index 7a3bd3e4d..3e2443f6f 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -42,9 +42,9 @@ HEADERS += hotkeyfactory.h \ hotkeydialog.h SOURCES += hotkeyfactory.cpp \ - hotkeymanager.cpp \ settingsdialog.cpp \ - hotkeydialog.cpp + hotkeydialog.cpp \ + hotkeymanager_x11.cpp INCLUDEPATH += ../../../../src diff --git a/src/plugins/General/hotkey/hotkeymanager.cpp b/src/plugins/General/hotkey/hotkeymanager_x11.cpp index 98cb8330d..5f96617ea 100644 --- a/src/plugins/General/hotkey/hotkeymanager.cpp +++ b/src/plugins/General/hotkey/hotkeymanager_x11.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2012 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * Copyright (C) 2003-2007 by Justin Karneges and Michail Pishchagin * |
