diff options
Diffstat (limited to 'konqueror/konq_view.h')
-rw-r--r-- | konqueror/konq_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_view.h b/konqueror/konq_view.h index 1329000f8..5d0c0af57 100644 --- a/konqueror/konq_view.h +++ b/konqueror/konq_view.h @@ -273,7 +273,7 @@ public: // Toggle views and passive views are locked to their view mode. bool isLockedViewMode() const { return m_bToggleView || m_bPassiveMode; } - // True if "builtin" (see X-KDE-BrowserView-Built-Into) + // True if "builtin" (see X-TDE-BrowserView-Built-Into) bool isBuiltinView() const { return m_bBuiltinView; } void setService( const KService::Ptr &s ) { m_service = s; } |