summaryrefslogtreecommitdiff
path: root/src/gui/notepad.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/notepad.hpp')
-rw-r--r--src/gui/notepad.hpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gui/notepad.hpp b/src/gui/notepad.hpp
deleted file mode 100644
index d5c713c..0000000
--- a/src/gui/notepad.hpp
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _NOTEPAD_H_
-#define _NOTEPAD_H_
-
-#include <QMainWindow>
-
-class Notepad : public QMainWindow
-{
- Q_OBJECT
-
-public:
- explicit Notepad(QWidget *parent = 0);
- ~Notepad();
-
-};
-
-#endif /* _NOTEPAD_H_ */
-