From c766a5f4ed8b69db3fd88bd792329f441bd9fdde Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Feb 2025 18:54:06 +0900 Subject: Use tdestandarddirs.h Signed-off-by: Michele Calgaro --- src/calendarhandler.cpp | 2 +- src/configdialog.cpp | 2 +- src/entryview.cpp | 2 +- src/fetch/amazonfetcher.cpp | 2 +- src/fetch/arxivfetcher.cpp | 2 +- src/fetch/crossreffetcher.cpp | 2 +- src/fetch/discogsfetcher.cpp | 2 +- src/fetch/entrezfetcher.cpp | 2 +- src/fetch/fetchmanager.cpp | 2 +- src/fetch/gcstarpluginfetcher.cpp | 2 +- src/fetch/isbndbfetcher.cpp | 2 +- src/fetch/srufetcher.cpp | 2 +- src/fetch/yahoofetcher.cpp | 2 +- src/fetch/z3950fetcher.cpp | 2 +- src/importdialog.cpp | 2 +- src/mainwindow.cpp | 2 +- src/newstuff/manager.cpp | 2 +- src/reportdialog.cpp | 2 +- src/tellico_utils.cpp | 2 +- src/translators/bibtexhandler.cpp | 2 +- src/translators/deliciousimporter.cpp | 2 +- src/translators/gcfilmsimporter.cpp | 2 +- src/translators/griffithimporter.cpp | 2 +- src/translators/htmlexporter.cpp | 2 +- src/translators/onixexporter.cpp | 2 +- src/translators/pdfimporter.cpp | 2 +- src/translators/referencerimporter.cpp | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'src') diff --git a/src/calendarhandler.cpp b/src/calendarhandler.cpp index 03935f7..372392a 100644 --- a/src/calendarhandler.cpp +++ b/src/calendarhandler.cpp @@ -17,7 +17,7 @@ #include "tellico_debug.h" #include -#include +#include #include #ifdef USE_KCAL diff --git a/src/configdialog.cpp b/src/configdialog.cpp index 22142e9..1090040 100644 --- a/src/configdialog.cpp +++ b/src/configdialog.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/entryview.cpp b/src/entryview.cpp index 788dd66..a48ab52 100644 --- a/src/entryview.cpp +++ b/src/entryview.cpp @@ -28,7 +28,7 @@ #include "../core/drophandler.h" #include "../tellico_debug.h" -#include +#include #include #include #include diff --git a/src/fetch/amazonfetcher.cpp b/src/fetch/amazonfetcher.cpp index b018ff1..8b1d34f 100644 --- a/src/fetch/amazonfetcher.cpp +++ b/src/fetch/amazonfetcher.cpp @@ -30,7 +30,7 @@ #include #include -#include +#include #include #include #include diff --git a/src/fetch/arxivfetcher.cpp b/src/fetch/arxivfetcher.cpp index 8c06e21..e289b2c 100644 --- a/src/fetch/arxivfetcher.cpp +++ b/src/fetch/arxivfetcher.cpp @@ -24,7 +24,7 @@ #include "../tellico_debug.h" #include -#include +#include #include #include diff --git a/src/fetch/crossreffetcher.cpp b/src/fetch/crossreffetcher.cpp index cea642c..876159d 100644 --- a/src/fetch/crossreffetcher.cpp +++ b/src/fetch/crossreffetcher.cpp @@ -24,7 +24,7 @@ #include "../tellico_debug.h" #include -#include +#include #include #include #include diff --git a/src/fetch/discogsfetcher.cpp b/src/fetch/discogsfetcher.cpp index 519a8d9..8363738 100644 --- a/src/fetch/discogsfetcher.cpp +++ b/src/fetch/discogsfetcher.cpp @@ -23,7 +23,7 @@ #include "../tellico_debug.h" #include -#include +#include #include #include diff --git a/src/fetch/entrezfetcher.cpp b/src/fetch/entrezfetcher.cpp index 4b4bf59..210c842 100644 --- a/src/fetch/entrezfetcher.cpp +++ b/src/fetch/entrezfetcher.cpp @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/src/fetch/fetchmanager.cpp b/src/fetch/fetchmanager.cpp index 5e5d514..5ce94eb 100644 --- a/src/fetch/fetchmanager.cpp +++ b/src/fetch/fetchmanager.cpp @@ -51,7 +51,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/fetch/gcstarpluginfetcher.cpp b/src/fetch/gcstarpluginfetcher.cpp index 4144cf3..dbf73bb 100644 --- a/src/fetch/gcstarpluginfetcher.cpp +++ b/src/fetch/gcstarpluginfetcher.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/fetch/isbndbfetcher.cpp b/src/fetch/isbndbfetcher.cpp index cc8419d..a2bb56b 100644 --- a/src/fetch/isbndbfetcher.cpp +++ b/src/fetch/isbndbfetcher.cpp @@ -22,7 +22,7 @@ #include "../tellico_debug.h" #include -#include +#include #include #include diff --git a/src/fetch/srufetcher.cpp b/src/fetch/srufetcher.cpp index b10f40f..52e9f00 100644 --- a/src/fetch/srufetcher.cpp +++ b/src/fetch/srufetcher.cpp @@ -29,7 +29,7 @@ #include #include -#include +#include #include #include #include diff --git a/src/fetch/yahoofetcher.cpp b/src/fetch/yahoofetcher.cpp index 474fc7c..b38eef7 100644 --- a/src/fetch/yahoofetcher.cpp +++ b/src/fetch/yahoofetcher.cpp @@ -23,7 +23,7 @@ #include "../tellico_debug.h" #include -#include +#include #include #include diff --git a/src/fetch/z3950fetcher.cpp b/src/fetch/z3950fetcher.cpp index f65d83e..c2cb62b 100644 --- a/src/fetch/z3950fetcher.cpp +++ b/src/fetch/z3950fetcher.cpp @@ -38,7 +38,7 @@ #include "../lccnvalidator.h" #include -#include +#include #include #include #include diff --git a/src/importdialog.cpp b/src/importdialog.cpp index 964643d..98cab2e 100644 --- a/src/importdialog.cpp +++ b/src/importdialog.cpp @@ -36,7 +36,7 @@ #include "translators/deliciousimporter.h" #include -#include +#include #include #include diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2fcb570..55f2ad7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -68,7 +68,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/newstuff/manager.cpp b/src/newstuff/manager.cpp index 133c266..f6d6e1b 100644 --- a/src/newstuff/manager.cpp +++ b/src/newstuff/manager.cpp @@ -29,7 +29,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp index 9bccdcf..bea1c29 100644 --- a/src/reportdialog.cpp +++ b/src/reportdialog.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/tellico_utils.cpp b/src/tellico_utils.cpp index 74e0274..5018dac 100644 --- a/src/tellico_utils.cpp +++ b/src/tellico_utils.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/translators/bibtexhandler.cpp b/src/translators/bibtexhandler.cpp index 12636fc..3588b59 100644 --- a/src/translators/bibtexhandler.cpp +++ b/src/translators/bibtexhandler.cpp @@ -21,7 +21,7 @@ #include "../latin1literal.h" #include "../tellico_debug.h" -#include +#include #include #include #include diff --git a/src/translators/deliciousimporter.cpp b/src/translators/deliciousimporter.cpp index be6fe3e..bbb5e12 100644 --- a/src/translators/deliciousimporter.cpp +++ b/src/translators/deliciousimporter.cpp @@ -17,7 +17,7 @@ #include "../imagefactory.h" #include "../tellico_debug.h" -#include +#include #include diff --git a/src/translators/gcfilmsimporter.cpp b/src/translators/gcfilmsimporter.cpp index 3706e56..5e30307 100644 --- a/src/translators/gcfilmsimporter.cpp +++ b/src/translators/gcfilmsimporter.cpp @@ -22,7 +22,7 @@ #include "tellicoimporter.h" #include -#include +#include #include diff --git a/src/translators/griffithimporter.cpp b/src/translators/griffithimporter.cpp index a7d5ecd..d2ae2eb 100644 --- a/src/translators/griffithimporter.cpp +++ b/src/translators/griffithimporter.cpp @@ -17,7 +17,7 @@ #include "../tellico_debug.h" #include -#include +#include #include #include diff --git a/src/translators/htmlexporter.cpp b/src/translators/htmlexporter.cpp index 921d616..c34639d 100644 --- a/src/translators/htmlexporter.cpp +++ b/src/translators/htmlexporter.cpp @@ -25,7 +25,7 @@ #include "../core/tellico_config.h" #include "../tellico_debug.h" -#include +#include #include #include #include diff --git a/src/translators/onixexporter.cpp b/src/translators/onixexporter.cpp index 7c87241..f3a5932 100644 --- a/src/translators/onixexporter.cpp +++ b/src/translators/onixexporter.cpp @@ -23,7 +23,7 @@ #include -#include +#include #include #include #include diff --git a/src/translators/pdfimporter.cpp b/src/translators/pdfimporter.cpp index a4324ec..a2e6770 100644 --- a/src/translators/pdfimporter.cpp +++ b/src/translators/pdfimporter.cpp @@ -26,7 +26,7 @@ #include "../core/netaccess.h" #include "../tellico_debug.h" -#include +#include #include #include diff --git a/src/translators/referencerimporter.cpp b/src/translators/referencerimporter.cpp index e3cb72c..c596836 100644 --- a/src/translators/referencerimporter.cpp +++ b/src/translators/referencerimporter.cpp @@ -16,7 +16,7 @@ #include "../core/netaccess.h" #include "../imagefactory.h" -#include +#include using Tellico::Import::ReferencerImporter; -- cgit v1.2.1