diff options
Diffstat (limited to 'src/fileexporterps.cpp')
-rw-r--r-- | src/fileexporterps.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fileexporterps.cpp b/src/fileexporterps.cpp index 1da2601..b808288 100644 --- a/src/fileexporterps.cpp +++ b/src/fileexporterps.cpp @@ -17,12 +17,12 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqfile.h> -#include <ntqstringlist.h> +#include <tqfile.h> +#include <tqstringlist.h> -#include <settings.h> -#include <element.h> -#include <fileexporterbibtex.h> +#include "settings.h" +#include "element.h" +#include "fileexporterbibtex.h" #include "fileexporterps.h" namespace BibTeX |