OSDN Git Service

kmix: drop it
[kde/kde-extraapps.git] / kmix / core / MasterControl.h
diff --git a/kmix/core/MasterControl.h b/kmix/core/MasterControl.h
deleted file mode 100644 (file)
index 57c8d18..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * MasterControl.h
- *
- *  Created on: 02.01.2011
- *      Author: kde
- */
-
-#ifndef MASTERCONTROL_H_
-#define MASTERCONTROL_H_
-
-#include <QString>
-
-class MasterControl
-{
-public:
-    MasterControl();
-    virtual ~MasterControl();
-    QString getCard() const;
-    QString getControl() const;
-    void set(QString card, QString control);
-
-    bool isValid();
-
-private:
-    QString card;
-    QString control;
-
-};
-
-#endif /* MASTERCONTROL_H_ */