diff options
Diffstat (limited to 'tdeui/kedittoolbar.cpp')
-rw-r--r-- | tdeui/kedittoolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kedittoolbar.cpp b/tdeui/kedittoolbar.cpp index 3f116b903..563b007c0 100644 --- a/tdeui/kedittoolbar.cpp +++ b/tdeui/kedittoolbar.cpp @@ -292,7 +292,7 @@ public: name = i18n( txt ); // the name of the toolbar might depend on whether or not - // it is in kparts + // it is in tdeparts if ( ( xmlData.m_type == XmlData::Shell ) || ( xmlData.m_type == XmlData::Part ) ) { |