aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/General/hotkey/CMakeLists.txt2
-rw-r--r--src/plugins/General/hotkey/hotkey.pro4
-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 *