diff options
Diffstat (limited to 'examples/dirview/dirview.h')
-rw-r--r-- | examples/dirview/dirview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/dirview/dirview.h b/examples/dirview/dirview.h index b4e49b5a2..988534509 100644 --- a/examples/dirview/dirview.h +++ b/examples/dirview/dirview.h @@ -10,11 +10,11 @@ #ifndef DIRVIEW_H #define DIRVIEW_H -#include <qlistview.h> -#include <qstring.h> -#include <qfile.h> -#include <qfileinfo.h> -#include <qtimer.h> +#include <ntqlistview.h> +#include <ntqstring.h> +#include <ntqfile.h> +#include <ntqfileinfo.h> +#include <ntqtimer.h> class TQWidget; class TQDragEnterEvent; |