diff options
Diffstat (limited to 'src/fileimporterexternal.cpp')
-rw-r--r-- | src/fileimporterexternal.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fileimporterexternal.cpp b/src/fileimporterexternal.cpp index 814f81d..d962d0a 100644 --- a/src/fileimporterexternal.cpp +++ b/src/fileimporterexternal.cpp @@ -17,12 +17,12 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqprocess.h> -#include <ntqwaitcondition.h> -#include <ntqapplication.h> -#include <ntqbuffer.h> +#include <tqprocess.h> +#include <tqwaitcondition.h> +#include <tqapplication.h> +#include <tqbuffer.h> -#include <fileimporterbibtex.h> +#include "fileimporterbibtex.h" #include "fileimporterexternal.h" namespace BibTeX |