diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:33:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:33:12 +0900 |
commit | 8d66ad7ffe936a8a51f2c7851dca68f856c18ecf (patch) | |
tree | 31563f47f8d1a662731fd5085a5037f9f2fe3fc5 /src | |
parent | 4236d98d2c5d13a2f5f6baa97bfe91e9446d30a7 (diff) | |
download | kopete-otr-8d66ad7ffe936a8a51f2c7851dca68f856c18ecf.tar.gz kopete-otr-8d66ad7ffe936a8a51f2c7851dca68f856c18ecf.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/otrguiclient.cpp | 2 | ||||
-rw-r--r-- | src/otrguiclient.h | 2 | ||||
-rw-r--r-- | src/otrlchatinterface.cpp | 2 | ||||
-rw-r--r-- | src/otrlconfinterface.cpp | 2 | ||||
-rw-r--r-- | src/otrplugin.cpp | 2 | ||||
-rw-r--r-- | src/otrpreferences.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/otrguiclient.cpp b/src/otrguiclient.cpp index c7a2b92..94f01df 100644 --- a/src/otrguiclient.cpp +++ b/src/otrguiclient.cpp @@ -29,7 +29,7 @@ #include <kopeteview.h> #include <kopetemessage.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> diff --git a/src/otrguiclient.h b/src/otrguiclient.h index fe99d73..7abc093 100644 --- a/src/otrguiclient.h +++ b/src/otrguiclient.h @@ -28,7 +28,7 @@ //#include <tdeio/job.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kiconloader.h> #include <kopetemessage.h> diff --git a/src/otrlchatinterface.cpp b/src/otrlchatinterface.cpp index 3830a66..bf3051a 100644 --- a/src/otrlchatinterface.cpp +++ b/src/otrlchatinterface.cpp @@ -42,7 +42,7 @@ #include <kdebug.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kprogress.h> #include <kpassivepopup.h> diff --git a/src/otrlconfinterface.cpp b/src/otrlconfinterface.cpp index 7a025bd..5107c2f 100644 --- a/src/otrlconfinterface.cpp +++ b/src/otrlconfinterface.cpp @@ -35,7 +35,7 @@ #include <kdebug.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kanimwidget.h> diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index 83dc502..b26c54a 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -35,7 +35,7 @@ #include <tdeconfig.h> #include <kgenericfactory.h> #include <tdeversion.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdemessagebox.h> #include <kopetemetacontact.h> diff --git a/src/otrpreferences.cpp b/src/otrpreferences.cpp index c0d1048..5bf5cee 100644 --- a/src/otrpreferences.cpp +++ b/src/otrpreferences.cpp @@ -42,7 +42,7 @@ #include <kanimwidget.h> #include <kpassivepopup.h> #include <kiconloader.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kactivelabel.h> #include <kopeteaccountmanager.h> |