diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:55:30 +0900 |
commit | 16652efd0f5da6775487e6796493785d2602717d (patch) | |
tree | 745f15449146331a2abcb7da7fc8bddd2f29d574 /kicker/applets/launcher/quickbutton.cpp | |
parent | 51230c05dc0d15dd4d6e6cce1020c6bac3a5cdd3 (diff) | |
download | tdebase-16652efd0f5da6775487e6796493785d2602717d.tar.gz tdebase-16652efd0f5da6775487e6796493785d2602717d.zip |
Use TDEDesktopFile
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kicker/applets/launcher/quickbutton.cpp')
-rw-r--r-- | kicker/applets/launcher/quickbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/launcher/quickbutton.cpp b/kicker/applets/launcher/quickbutton.cpp index 7c8186ce5..e7226c8a4 100644 --- a/kicker/applets/launcher/quickbutton.cpp +++ b/kicker/applets/launcher/quickbutton.cpp @@ -32,7 +32,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include <tdeactionclasses.h> #include <kickertip.h> #include <tdelocale.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <krun.h> #include <kiconeffect.h> #include <tdeglobalsettings.h> |