diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:54:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:54:06 +0900 |
commit | c766a5f4ed8b69db3fd88bd792329f441bd9fdde (patch) | |
tree | 146d36e0bafb2e668b3d7833f55e7262cb9f1196 /src | |
parent | cb4586519e42c83481e164f347a12e92449b4af0 (diff) | |
download | tellico-c766a5f4ed8b69db3fd88bd792329f441bd9fdde.tar.gz tellico-c766a5f4ed8b69db3fd88bd792329f441bd9fdde.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
27 files changed, 27 insertions, 27 deletions
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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #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 <klineedit.h> #include <tdelocale.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <knuminput.h> #include <kpushbutton.h> #include <kiconloader.h> 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 <kstandarddirs.h> +#include <tdestandarddirs.h> #include <krun.h> #include <tdemessagebox.h> #include <tdehtmlview.h> 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 <tdelocale.h> #include <tdeio/job.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <klineedit.h> #include <kseparator.h> 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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tqdom.h> 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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <klineedit.h> #include <kactivelabel.h> 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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdeio/job.h> 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 <tdelocale.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeio/job.h> #include <tqdom.h> 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 <tdelocale.h> #include <kiconloader.h> #include <kmimetype.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <dcopref.h> #include <tdetempfile.h> #include <tdeio/netaccess.h> 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 <tdeconfig.h> #include <tdeprocess.h> #include <tdeprocio.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeaccelmanager.h> #include <tqdir.h> 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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tqdom.h> 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 <tdelocale.h> #include <tdeio/job.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <kcombobox.h> #include <tdeaccelmanager.h> 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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdeio/job.h> 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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <knuminput.h> #include <tdeconfig.h> 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 <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqlayout.h> #include <tqbuttongroup.h> 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 <kprinter.h> #include <tdehtmlview.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <ktip.h> #include <tderecentdocument.h> 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 <tdefileitem.h> #include <tdeversion.h> #include <tdenewstuff/entry.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfileinfo.h> #include <tqdir.h> 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 <tdelocale.h> #include <tdehtml_part.h> #include <tdehtmlview.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tdeapplication.h> #include <kpushbutton.h> 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 <tdelocale.h> #include <tdeglobal.h> #include <klibloader.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kcharsets.h> #include <tqregexp.h> 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 <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kurl.h> #include <kstringhandler.h> #include <tdelocale.h> 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 <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqfile.h> 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 <tdeapplication.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqtextcodec.h> 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 <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeprocess.h> #include <tqdir.h> 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 <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeconfig.h> #include <tdeglobal.h> #include <tdeio/netaccess.h> 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 <config.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <kzip.h> #include <tdeconfig.h> 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 <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <config.h> 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 <kstandarddirs.h> +#include <tdestandarddirs.h> using Tellico::Import::ReferencerImporter; |