Diffstat (limited to 'development/keyview/keyview.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/keyview/keyview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/keyview/keyview.h b/development/keyview/keyview.h index ab4ae60..5f1e943 100644 --- a/development/keyview/keyview.h +++ b/development/keyview/keyview.h @@ -1,17 +1,17 @@ #ifndef KEYVIEW_H #define KEYVIEW_H #include <qgrid.h> #include <qlineedit.h> #include <qwindowsystem_qws.h> class Keyview : public QGrid -{ +{ Q_OBJECT public: Keyview( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~Keyview(); private slots: void updateItems(int, int, int, bool, bool); |