diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:11:21 -0600 |
commit | f537c21b68e08f649b1b297bce8f3904603137e0 (patch) | |
tree | fb33065387509dea898c90022ddec9c3f8ede86d /kmenuedit/menuinfo.h | |
parent | dc5f267664506a312203c26bfe9001a448b0bb0f (diff) | |
download | tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmenuedit/menuinfo.h')
-rw-r--r-- | kmenuedit/menuinfo.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmenuedit/menuinfo.h b/kmenuedit/menuinfo.h index 1d9cbeb8e..616df68ad 100644 --- a/kmenuedit/menuinfo.h +++ b/kmenuedit/menuinfo.h @@ -119,7 +119,7 @@ public: void save(MenuFile *); // Search service by shortcut - KService::Ptr findServiceShortcut(const KShortcut&); + KService::Ptr findServiceShortcut(const TDEShortcut&); // Set whether the entry is in active use (as opposed to in the clipboard/deleted) void setInUse(bool inUse); @@ -160,9 +160,9 @@ public: TQString file() const { return service->desktopEntryPath(); } - KShortcut shortcut(); - void setShortcut(const KShortcut &_shortcut); - bool isShortcutAvailable(const KShortcut &_shortcut); + TDEShortcut shortcut(); + void setShortcut(const TDEShortcut &_shortcut); + bool isShortcutAvailable(const TDEShortcut &_shortcut); void setDirty(); @@ -182,7 +182,7 @@ public: TQString icon; KService::Ptr service; KDesktopFile *df; - KShortcut shortCut; + TDEShortcut shortCut; bool shortcutLoaded; bool shortcutDirty; bool dirty; |