aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-16 23:36:06 (GMT)
committerfluxgen <fluxgen>2003-12-16 23:36:06 (GMT)
commit90ff80f89b990fcdf98d8c28b4d85a4420a8e213 (patch)
tree0761fc0b38fd787e988ea673f48f0740075c9b2e /src/Keys.hh
parent72b878f78c0df0a54cf8e9f04bb2e22dd6715658 (diff)
downloadfluxbox-90ff80f89b990fcdf98d8c28b4d85a4420a8e213.zip
fluxbox-90ff80f89b990fcdf98d8c28b4d85a4420a8e213.tar.bz2
cleaning
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index cc51218..b04cdc8 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Keys.hh,v 1.29 2003/10/05 07:19:36 rathnor Exp $ 22// $Id: Keys.hh,v 1.30 2003/12/16 23:32:29 fluxgen Exp $
23 23
24#ifndef KEYS_HH 24#ifndef KEYS_HH
25#define KEYS_HH 25#define KEYS_HH
@@ -28,11 +28,9 @@
28#include <vector> 28#include <vector>
29#include <X11/Xlib.h> 29#include <X11/Xlib.h>
30 30
31#include "NotCopyable.hh" 31#include "FbTk/NotCopyable.hh"
32#include "RefCount.hh" 32#include "FbTk/RefCount.hh"
33namespace FbTk { 33#include "FbTk/Command.hh"
34class Command;
35};
36 34
37class Keys:private FbTk::NotCopyable { 35class Keys:private FbTk::NotCopyable {
38public: 36public: