rename multixkbd -> multypo; get rid of UI magic
[multypo.git] / qt / multypo.h
similarity index 67%
rename from qt/multikbd.h
rename to qt/multypo.h
index 0244467e59634094cc349252ea509d67d43fe1c5..400d4c995eb848d19bbfeebf13d75d4bbbad6481 100644 (file)
@@ -3,17 +3,13 @@
 
 #include <QWidget>
 
-namespace Ui {
-class MultiKBD;
-}
-
-class MultiKBD : public QWidget
+class MultypoWindow : public QWidget
 {
        Q_OBJECT
        
 public:
-       explicit MultiKBD(QWidget *parent = 0);
-       ~MultiKBD();
+       explicit MultypoWindow(QWidget *parent = 0);
+       ~MultypoWindow();
 
        bool handleX11Event(XEvent *event);
 
@@ -24,7 +20,6 @@ private:
        void handleKeyPress(int device, QString string);
 
 private:
-       Ui::MultiKBD *ui;
        bool xiInited;
        int xiOpcode;
 };