summaryrefslogtreecommitdiffstats
path: root/src/menuhandler.cpp
diff options
context:
space:
mode:
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;