diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:50:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-28 09:56:56 +0900 |
commit | 459b4827b522e0c6bec7773ae010cc7d7537a94e (patch) | |
tree | 9aa0f442757feff5026f72a18e437ee2dc0d5f35 /quanta/plugins/quantaplugin.cpp | |
parent | 664a0049731c9d09cfa8d69c34e135d68c5c4bba (diff) | |
download | tdewebdev-459b4827b522e0c6bec7773ae010cc7d7537a94e.tar.gz tdewebdev-459b4827b522e0c6bec7773ae010cc7d7537a94e.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta/plugins/quantaplugin.cpp')
-rw-r--r-- | quanta/plugins/quantaplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/plugins/quantaplugin.cpp b/quanta/plugins/quantaplugin.cpp index 71b6fe1d..c8bd5f24 100644 --- a/quanta/plugins/quantaplugin.cpp +++ b/quanta/plugins/quantaplugin.cpp @@ -16,7 +16,7 @@ ***************************************************************************/ /* KDE INCLUDES */ -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kiconloader.h> #include <tdeaction.h> |