X-Git-Url: http://git.maemo.org/git/?p=qzeecontrol;a=blobdiff_plain;f=xtstadapter.h;h=60914b7cdc099f8564b50f936c74a35035474b0a;hp=65c108b275f18ed2cba121cc401d8fd0c2b2d3b2;hb=HEAD;hpb=45c6a8ff1b012e1523ab68af8bbcb91726e69654;ds=sidebyside diff --git a/xtstadapter.h b/xtstadapter.h index 65c108b..60914b7 100644 --- a/xtstadapter.h +++ b/xtstadapter.h @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Ruediger Gad + * + * This file is part of QZeeControl. + * + * QZeeControl is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * QZeeControl is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with QZeeControl. If not, see . + */ + #ifndef XTSTADAPTER_H #define XTSTADAPTER_H @@ -18,6 +37,8 @@ public: signals: public slots: + void sendKeyPress(QString key); + void sendKey(QString key, bool down); private: Display *display;