diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 19:21:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 19:21:11 +0900 |
commit | 41237326b763defde2d0681f08e408359f87cf47 (patch) | |
tree | d3541dde42159c63f72941addaccf498bdd9595a | |
parent | 93a41ef36757d904d8e83b17a1b49213d2035e5a (diff) | |
download | kgtk-qt3-41237326b763defde2d0681f08e408359f87cf47.tar.gz kgtk-qt3-41237326b763defde2d0681f08e408359f87cf47.zip |
Use tdestandarddirs.hrename/kstandarddirs
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | common/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/common.h b/common/common.h index af1e969..70e74dc 100644 --- a/common/common.h +++ b/common/common.h @@ -13,7 +13,7 @@ #include "config.h" #ifdef __KDIALOGD_H__ -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #endif typedef enum |