diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 19:07:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 19:15:08 +0900 |
commit | f768603baa4c04dbfa468e0074e5ae1883a7f2c7 (patch) | |
tree | ff4faf4a7713d655efb12401be8ed5048a1b8a39 /plugins/recentstuff | |
parent | 9339519fac3880c0c43dcc7e5fe57b7c3de02bc4 (diff) | |
download | kbfx-f768603baa4c04dbfa468e0074e5ae1883a7f2c7.tar.gz kbfx-f768603baa4c04dbfa468e0074e5ae1883a7f2c7.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/recentstuff')
-rw-r--r-- | plugins/recentstuff/kbfxplasmarecentstuff.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/recentstuff/kbfxplasmarecentstuff.cpp b/plugins/recentstuff/kbfxplasmarecentstuff.cpp index 7e78734..bdba68f 100644 --- a/plugins/recentstuff/kbfxplasmarecentstuff.cpp +++ b/plugins/recentstuff/kbfxplasmarecentstuff.cpp @@ -23,11 +23,10 @@ #include <kservice.h> #include <kservicegroup.h> #include <kdebug.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqdir.h> #include <tqfileinfo.h> #include <kbfxplasmadataplugin-common.h> -#include <kstandarddirs.h> KbfxDataStack * view () |