diff options
Diffstat (limited to 'src/entry.cpp')
-rw-r--r-- | src/entry.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/entry.cpp b/src/entry.cpp index 00be859..a20d234 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -17,14 +17,14 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#include <ntqstring.h> -#include <ntqstringlist.h> -#include <ntqregexp.h> - -#include <entry.h> -#include <file.h> -#include <xsltransform.h> -#include <entryfield.h> +#include <tqstring.h> +#include <tqstringlist.h> +#include <tqregexp.h> + +#include "entry.h" +#include "file.h" +#include "xsltransform.h" +#include "entryfield.h" #define max(a,b) ((a)>(b)?(a):(b)) |