diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:52:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:52:29 +0900 |
| commit | 037b32422bfcf5723dd4c10dc320affb0c7fffd5 (patch) | |
| tree | 39d8f8747f3fedbf371b1a78500b2aeb68c3245b /src/main.cpp | |
| parent | 2dc47bb0957cc0b89455cda8a8a0fb1b5fb95fac (diff) | |
| download | basket-037b32422bfcf5723dd4c10dc320affb0c7fffd5.tar.gz basket-037b32422bfcf5723dd4c10dc320affb0c7fffd5.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b81bf8a..cb87bac 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ #include <tdelocale.h> #include <tdeglobalaccel.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdebug.h> #include <tqfile.h> #include <tqfileinfo.h> |
