diff options
Diffstat (limited to 'src/fileimporterbibtex.cpp')
-rw-r--r-- | src/fileimporterbibtex.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/fileimporterbibtex.cpp b/src/fileimporterbibtex.cpp index f1d3c2e..3fc98fa 100644 --- a/src/fileimporterbibtex.cpp +++ b/src/fileimporterbibtex.cpp @@ -17,18 +17,18 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqiodevice.h> -#include <ntqregexp.h> -#include <ntqapplication.h> - -#include <file.h> -#include <comment.h> -#include <macro.h> -#include <preamble.h> -#include <entry.h> -#include <element.h> -#include <encoderlatex.h> -#include <value.h> +#include <tqiodevice.h> +#include <tqregexp.h> +#include <tqapplication.h> + +#include "file.h" +#include "comment.h" +#include "macro.h" +#include "preamble.h" +#include "entry.h" +#include "element.h" +#include "encoderlatex.h" +#include "value.h" #include "fileimporterbibtex.h" |