diff options
Diffstat (limited to 'kmail/kmail_part.cpp')
-rw-r--r-- | kmail/kmail_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmail_part.cpp b/kmail/kmail_part.cpp index f14a6faa7..452f3fe43 100644 --- a/kmail/kmail_part.cpp +++ b/kmail/kmail_part.cpp @@ -205,7 +205,7 @@ void KMailPart::slotNameChanged( KMFolderTreeItem *fti ) // method KParts::MainWindow::createGUI() since we need to call it so that // the toolbar is redrawn when necessary. // It can be removed once createGUI() has been made public _and_ we don't -// longer rely on kdelibs 3.2. +// longer rely on tdelibs 3.2. class KPartsMainWindowWithPublicizedCreateGUI : public KParts::MainWindow { public: |