diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:46:25 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 22:46:25 +0900 |
commit | 669c9bc7d86221be927586ec3078e6247048ca37 (patch) | |
tree | e83c76f0e10c5bcd55b89c3b4ec96754591d949c /kicker/libkicker/panelbutton.cpp | |
parent | 60e6b46689f16f4a05ceeb34f904603ef042ae6c (diff) | |
download | tdebase-669c9bc7d86221be927586ec3078e6247048ca37.tar.gz tdebase-669c9bc7d86221be927586ec3078e6247048ca37.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kicker/libkicker/panelbutton.cpp')
-rw-r--r-- | kicker/libkicker/panelbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/libkicker/panelbutton.cpp b/kicker/libkicker/panelbutton.cpp index 688f5604d..9d97cdf8b 100644 --- a/kicker/libkicker/panelbutton.cpp +++ b/kicker/libkicker/panelbutton.cpp @@ -43,7 +43,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <kicontheme.h> #include <kiconeffect.h> #include <kipc.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kdebug.h> |