diff options
Diffstat (limited to 'src/editor.h')
-rw-r--r-- | src/editor.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/editor.h b/src/editor.h new file mode 100644 index 0000000..c9450ce --- /dev/null +++ b/src/editor.h @@ -0,0 +1,7 @@ +#ifdef _QCODE_EDIT_ +#include <qeditor.h> +#define EDITOR QEditor +#else +#include <QTextEditor> +#define EDITOR QTextEditor +#endif |