summaryrefslogtreecommitdiffstats
path: root/src/menuhandler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:45:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 19:45:08 +0900
commit5663695e7595e3a0a4c56b870c05acb440c20368 (patch)
tree17e29d8baddb5d6a2e3842daf20159f48a00662e /src/menuhandler.cpp
parentb63118a175776bee511215ff5e4e69049a6d5a8d (diff)
downloadtastymenu-5663695e7595e3a0a4c56b870c05acb440c20368.tar.gz
tastymenu-5663695e7595e3a0a4c56b870c05acb440c20368.zip
Use TDEDesktopFileHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/menuhandler.cpp')
-rw-r--r--src/menuhandler.cpp2
1 files changed, 1 insertions, 1 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;