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/latex | |
parent | ee6d5cf64cd94e7a60ea8a9f3087e33890dfe49e (diff) | |
download | tdenetwork-c6c85358d8f0ce34fcc524d58ab9a3898c171f61.tar.gz tdenetwork-c6c85358d8f0ce34fcc524d58ab9a3898c171f61.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete/plugins/latex')
-rw-r--r-- | kopete/plugins/latex/latexplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/latex/latexplugin.cpp b/kopete/plugins/latex/latexplugin.cpp index 70bb1aaa..fba3dde3 100644 --- a/kopete/plugins/latex/latexplugin.cpp +++ b/kopete/plugins/latex/latexplugin.cpp @@ -23,7 +23,7 @@ #include <tqstylesheet.h> #include <kgenericfactory.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeprocess.h> #include <tdetempfile.h> #include <kmdcodec.h> |