diff options
Diffstat (limited to 'kdecore/kdesktopfile.h')
-rw-r--r-- | kdecore/kdesktopfile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdecore/kdesktopfile.h b/kdecore/kdesktopfile.h index bb705b696..b5b4b97d1 100644 --- a/kdecore/kdesktopfile.h +++ b/kdecore/kdesktopfile.h @@ -181,9 +181,9 @@ public: bool hasDeviceType() const; /** - * Checks whether the TryExec field contains a binary + * Checks whether the TryExec field tqcontains a binary * which is found on the local system. - * @return true if TryExec contains an existing binary + * @return true if TryExec tqcontains an existing binary */ bool tryExec() const; |