summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/umldoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'umbrello/umbrello/umldoc.h')
-rw-r--r--umbrello/umbrello/umldoc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/umldoc.h b/umbrello/umbrello/umldoc.h
index cdfbd72a..c9463a53 100644
--- a/umbrello/umbrello/umldoc.h
+++ b/umbrello/umbrello/umldoc.h
@@ -64,7 +64,7 @@ class UMLFolder;
* The UMLDoc class provides a document object that can be used
* in conjunction with the classes UMLApp and UMLView to create
* a document-view model for standard TDE applications based on
- * TDEApplication and KMainWindow. Thereby, the document object
+ * TDEApplication and TDEMainWindow. Thereby, the document object
* is created by the UMLApp instance and contains the document
* structure with the according methods for manipulation of the
* document data by UMLView objects. Also, UMLDoc contains the
@@ -851,7 +851,7 @@ private:
* the context menu on the tabs,
* plugs into umlview::slotMenuSelection()
*/
- KPopupMenu* m_pTabPopupMenu;
+ TDEPopupMenu* m_pTabPopupMenu;
/**
* Auxiliary variable for currentRoot():