aboutsummaryrefslogtreecommitdiff
path: root/src/ui/keyboardmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keyboardmanager.h')
-rw-r--r--src/ui/keyboardmanager.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ui/keyboardmanager.h b/src/ui/keyboardmanager.h
index 791a93334..73fa1bd53 100644
--- a/src/ui/keyboardmanager.h
+++ b/src/ui/keyboardmanager.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006 by Ilya Kotov *
+ * Copyright (C) 2006-2009 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -23,7 +23,6 @@
#define _KEYBOARDMANAGER_H
class PlayList;
-class PlayListModel;
class QKeyEvent;
@@ -52,10 +51,6 @@ class KeyboardManager
*/
bool handleKeyRelease (QKeyEvent*);
- /*!
- * Inits the \b KeyboardManager object with data model.
- */
- void setModel (PlayListModel*);
protected:
void keyUp (QKeyEvent* ke);
void keyDown (QKeyEvent* ke);
@@ -66,7 +61,6 @@ class KeyboardManager
void keyEnd(QKeyEvent* ke);
private:
PlayList* m_playlist;
- PlayListModel* m_playListModel;
};
#endif