diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:49:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:49:32 +0900 |
commit | c6c85358d8f0ce34fcc524d58ab9a3898c171f61 (patch) | |
tree | 276f288a0392d6a7cb02310085045770b3f81ccc /kopete/plugins/history | |
parent | ee6d5cf64cd94e7a60ea8a9f3087e33890dfe49e (diff) | |
download | tdenetwork-master.tar.gz tdenetwork-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/plugins/history')
-rw-r--r-- | kopete/plugins/history/converter.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historydialog.cpp | 2 | ||||
-rw-r--r-- | kopete/plugins/history/historylogger.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kopete/plugins/history/converter.cpp b/kopete/plugins/history/converter.cpp index cdd0acfd..be8bf8d3 100644 --- a/kopete/plugins/history/converter.cpp +++ b/kopete/plugins/history/converter.cpp @@ -23,7 +23,7 @@ #include <tdeconfig.h> #include <kdebug.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <kprogress.h> #include <tdeapplication.h> diff --git a/kopete/plugins/history/historydialog.cpp b/kopete/plugins/history/historydialog.cpp index 6df41a26..30aec3d9 100644 --- a/kopete/plugins/history/historydialog.cpp +++ b/kopete/plugins/history/historydialog.cpp @@ -47,7 +47,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <krun.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelistview.h> #include <tdelistviewsearchline.h> #include <kprogress.h> diff --git a/kopete/plugins/history/historylogger.cpp b/kopete/plugins/history/historylogger.cpp index c82ea7c5..1d6bd4fc 100644 --- a/kopete/plugins/history/historylogger.cpp +++ b/kopete/plugins/history/historylogger.cpp @@ -26,7 +26,7 @@ #include <tqtimer.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksavefile.h> #include "kopeteglobal.h" |