diff options
Diffstat (limited to 'src/settings.h')
-rw-r--r-- | src/settings.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/settings.h b/src/settings.h index dae3ce2..baa225e 100644 --- a/src/settings.h +++ b/src/settings.h @@ -24,16 +24,16 @@ #include <config.h> #endif -#include <ntqstringlist.h> +#include <tqstringlist.h> #include <kcompletion.h> -#include <file.h> -#include <fieldlineedit.h> -#include <fileexporterbibtex.h> -#include <fileexporterexternal.h> -#include <entryfield.h> -#include <entry.h> +#include "file.h" +#include "fieldlineedit.h" +#include "fileexporterbibtex.h" +#include "fileexporterexternal.h" +#include "entryfield.h" +#include "entry.h" class TDEConfig; class TDEStandardDirs; |