diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:32:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:32:31 +0900 |
commit | c75fd5f68aca54697df1d2428972381cf12c6777 (patch) | |
tree | 061ff1b9cf5bdb4f93ebf1026f718559d26ce7cb | |
parent | 6bf1ebeb40328a71de2000974c93e14b644c5087 (diff) | |
download | kbiff-c75fd5f68aca54697df1d2428972381cf12c6777.tar.gz kbiff-c75fd5f68aca54697df1d2428972381cf12c6777.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kbiff/setupdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbiff/setupdlg.cpp b/kbiff/setupdlg.cpp index 7c5949a..2eae388 100644 --- a/kbiff/setupdlg.cpp +++ b/kbiff/setupdlg.cpp @@ -35,7 +35,7 @@ #include <tdeglobal.h> #include <kiconloader.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <kbiffurl.h> #include <tdeprocess.h> |