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 /kcontrol/keys/treeview.h | |
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 'kcontrol/keys/treeview.h')
-rw-r--r-- | kcontrol/keys/treeview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/keys/treeview.h b/kcontrol/keys/treeview.h index 591658ffe..a61cf591a 100644 --- a/kcontrol/keys/treeview.h +++ b/kcontrol/keys/treeview.h @@ -26,7 +26,7 @@ class TQPopupMenu; class TDEActionCollection; -class KDesktopFile; +class TDEDesktopFile; class AppTreeItem : public TDEListViewItem { |