diff options
author | gregory guy <[email protected]> | 2020-05-22 12:24:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 15:02:34 +0200 |
commit | 6b59b0be7f885d4951f3533c0dbbfc489beb566f (patch) | |
tree | 37846074fa3126dc602d2e0c3f138237b26e156c /src/dirscanner.h | |
parent | eb30e07ba19e45de980c0f86e8b39078621023a5 (diff) | |
download | kscope-6b59b0be7f885d4951f3533c0dbbfc489beb566f.tar.gz kscope-6b59b0be7f885d4951f3533c0dbbfc489beb566f.zip |
Cleanup headers.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 062009ca00bc0dd3b65f20392d28fddbb685795d)
Diffstat (limited to 'src/dirscanner.h')
-rw-r--r-- | src/dirscanner.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dirscanner.h b/src/dirscanner.h index a494052..89868a8 100644 --- a/src/dirscanner.h +++ b/src/dirscanner.h @@ -28,13 +28,13 @@ #ifndef DIRSCANNER_H #define DIRSCANNER_H -#include <ntqobject.h> -#include <ntqevent.h> -#include <ntqthread.h> -#include <ntqdir.h> -#include <ntqstringlist.h> -#include <ntqdict.h> -#include <ntqlistview.h> +#include <tqobject.h> +#include <tqevent.h> +#include <tqthread.h> +#include <tqdir.h> +#include <tqstringlist.h> +#include <tqdict.h> +#include <tqlistview.h> class DirScanner; |