diff options
author | Michele Calgaro <[email protected]> | 2024-05-31 17:55:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-31 17:55:53 +0900 |
commit | e58b237d5186a0955d72c2bdc50d27a043fa4ace (patch) | |
tree | 34346391217c9fd4bd0ee2c145d8d925d6297fa0 /fbreader/src/formats/txt/PlainTextFormat.h | |
parent | 5e5423ec5da761869d2ac5afa2c3ddfbe7ad6cef (diff) | |
download | tde-ebook-reader-e58b237d5186a0955d72c2bdc50d27a043fa4ace.tar.gz tde-ebook-reader-e58b237d5186a0955d72c2bdc50d27a043fa4ace.zip |
Restructure zlcore include files and add libzlcore-tqt-dev package
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'fbreader/src/formats/txt/PlainTextFormat.h')
-rw-r--r-- | fbreader/src/formats/txt/PlainTextFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fbreader/src/formats/txt/PlainTextFormat.h b/fbreader/src/formats/txt/PlainTextFormat.h index 59cc61f..32ca258 100644 --- a/fbreader/src/formats/txt/PlainTextFormat.h +++ b/fbreader/src/formats/txt/PlainTextFormat.h @@ -22,7 +22,7 @@ #include <ZLInputStream.h> #include <ZLOptions.h> -#include <optionEntries/ZLSimpleOptionEntry.h> +#include <ZLSimpleOptionEntry.h> #include <ZLResource.h> #include "../FormatPlugin.h" |