diff options
Diffstat (limited to 'kparts/tests/example.cpp')
-rw-r--r-- | kparts/tests/example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kparts/tests/example.cpp b/kparts/tests/example.cpp index a1e8110e5..22c87f30c 100644 --- a/kparts/tests/example.cpp +++ b/kparts/tests/example.cpp @@ -79,7 +79,7 @@ void Shell::embedEditor() if ( m_manager->activePart() == m_part2 ) createGUI( 0L ); - // replace part2 with the editor part + // tqreplace part2 with the editor part delete m_part2; m_part2 = 0L; m_editorpart = new NotepadPart( m_splitter, "editor", |