diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:45:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 19:45:08 +0900 |
commit | 5663695e7595e3a0a4c56b870c05acb440c20368 (patch) | |
tree | 17e29d8baddb5d6a2e3842daf20159f48a00662e | |
parent | b63118a175776bee511215ff5e4e69049a6d5a8d (diff) | |
download | tastymenu-5663695e7595e3a0a4c56b870c05acb440c20368.tar.gz tastymenu-5663695e7595e3a0a4c56b870c05acb440c20368.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/menuhandler.cpp | 2 | ||||
-rw-r--r-- | src/tastylistview.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/menuhandler.cpp b/src/menuhandler.cpp index 4c7e965..81b2728 100644 --- a/src/menuhandler.cpp +++ b/src/menuhandler.cpp @@ -966,7 +966,7 @@ void MenuHandler::fillRecentDocuments( ) for (TQStringList::Iterator it = recentDocsList.begin(); it != recentDocsList.end(); ++it ) { - KDesktopFile *f= new KDesktopFile(*it, true /* read only */); + TDEDesktopFile *f= new TDEDesktopFile(*it, true /* read only */); if( !f ) continue; diff --git a/src/tastylistview.h b/src/tastylistview.h index 37907e8..5148057 100644 --- a/src/tastylistview.h +++ b/src/tastylistview.h @@ -26,7 +26,7 @@ #include <kiconloader.h> #include <kservice.h> #include <kservicegroup.h> -#include <kdesktopfile.h> +#include <tdedesktopfile.h> #include <tqpixmap.h> #include <tqtooltip.h> #include <tqtimer.h> |