diff options
author | gregory guy <[email protected]> | 2019-04-09 18:02:42 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-12 09:22:06 +0200 |
commit | f92c11dfdcde621a6b7384bcf867b87cdb14280c (patch) | |
tree | cd00c93e277e9fa3a8a9ac9731e8d2d4b3ff2a5d /src/kbitem.h | |
parent | 0d6799189cd8d1b347018facd4b5bef60aefb328 (diff) | |
download | kasablanca-f92c11dfdcde621a6b7384bcf867b87cdb14280c.tar.gz kasablanca-f92c11dfdcde621a6b7384bcf867b87cdb14280c.zip |
conversion to the cmake building system
Removed cpp files generated from ui files.
This resolves issue #1.
Signed-off-by: gregory guy <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/kbitem.h')
-rw-r--r-- | src/kbitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbitem.h b/src/kbitem.h index f4ff79f..c2a6849 100644 --- a/src/kbitem.h +++ b/src/kbitem.h @@ -12,7 +12,7 @@ #ifndef KBITEM_H #define KBITEM_H -#include <ntqlistview.h> +#include <tqlistview.h> class KbFileInfo; |