diff options
Diffstat (limited to 'src/file.h')
-rw-r--r-- | src/file.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -20,10 +20,10 @@ #ifndef BIBTEXFILE_H #define BIBTEXFILE_H -#include <ntqobject.h> -#include <ntqvaluelist.h> +#include <tqobject.h> +#include <tqvaluelist.h> -#include <entryfield.h> +#include "entryfield.h" class TQDir; class TQString; |