aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
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: