diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 19:21:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-03-03 23:16:38 +0900 |
commit | 70b2c33754dfed90e77f54588ee9e3dddce0d5d4 (patch) | |
tree | deba71209d9b4cf9274655d5be3ca2724f0e48bf | |
parent | ee837e00e8b06dac850985f9f9f7c8a3a8ba97ed (diff) | |
download | tde-style-domino-70b2c33754dfed90e77f54588ee9e3dddce0d5d4.tar.gz tde-style-domino-70b2c33754dfed90e77f54588ee9e3dddce0d5d4.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | dominoConfig/dominoconf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dominoConfig/dominoconf.cpp b/dominoConfig/dominoconf.cpp index 70fb805..258e912 100644 --- a/dominoConfig/dominoconf.cpp +++ b/dominoConfig/dominoconf.cpp @@ -54,7 +54,7 @@ DEALINGS IN THE SOFTWARE. #include <tqlistbox.h> #include <tqheader.h> #include <kinputdialog.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqdir.h> #include <tqbuttongroup.h> #include <tdemessagebox.h> |