[Uml-devel] kdesdk/umbrello/umbrello (silent)

Stephan Binner binner at kde.org
Mon Oct 20 16:17:07 UTC 2003


CVS commit by binner: 

CVS_SILENT KTMainWindow extincted one decade ago 


  M +10 -10    uml.h   1.27
  M +1 -1      umlview.h   1.42


--- kdesdk/umbrello/umbrello/uml.h  #1.26:1.27
@@ -96,5 +96,5 @@ public:
         /**
          * Returns a pointer to the current document connected to the
-         * KTMainWindow instance.
+         * KMainWindow instance.
          * Used by the View class to access the document object's methods.
          */
@@ -302,5 +302,5 @@ protected:
 
         /**
-         * Creates the centerwidget of the KTMainWindow instance and
+         * Creates the centerwidget of the KMainWindow instance and
          * sets it as the view.
          */
@@ -308,11 +308,11 @@ protected:
 
         /**
-         * queryClose is called by KTMainWindow on each closeEvent of a
+         * queryClose is called by KMainWindow on each closeEvent of a
          * window. Counter to the default implementation (which only
          * returns true), this calls saveModified() on the document object
          * to ask if the document shall be saved if Modified; on cancel
          * the closeEvent is rejected.
-         * @see KTMainWindow#queryClose
-         * @see KTMainWindow#closeEvent
+         * @see KMainWindow#queryClose
+         * @see KMainWindow#closeEvent
          *
          * @return      True if window may be closed.
@@ -321,5 +321,5 @@ protected:
 
         /**
-         * queryExit is called by KTMainWindow when the last
+         * queryExit is called by KMainWindow when the last
          * window of the application is going to be closed during
          * the closeEvent().  In contrast to the default
@@ -327,6 +327,6 @@ protected:
          * saveOptions() to save the settings of the last
          * window's properties.
-         * @see KTMainWindow#queryExit
-         * @see KTMainWindow#closeEvent
+         * @see KMainWindow#queryExit
+         * @see KMainWindow#closeEvent
          *
          * @return      True if window may be closed.
@@ -339,5 +339,5 @@ protected:
          * including saving the currently opened file by a
          * temporary filename provided by KApplication.
-         * @see KTMainWindow#saveProperties
+         * @see KMainWindow#saveProperties
          */
         virtual void saveProperties(KConfig *_cfg);
@@ -348,5 +348,5 @@ protected:
          * documents by reading the temporary files saved by
          * saveProperties()
-         * @see KTMainWindow#readProperties
+         * @see KMainWindow#readProperties
          */
         virtual void readProperties(KConfig *_cfg);

--- kdesdk/umbrello/umbrello/umlview.h  #1.41:1.42
@@ -49,5 +49,5 @@ using namespace Uml;
 /** The UMLView class provides the view widget for the UMLApp
  * instance.  The View instance inherits QWidget as a base class and
- * represents the view object of a KTMainWindow. As UMLView is part of
+ * represents the view object of a KMainWindow. As UMLView is part of
  * the document-view model, it needs a reference to the document
  * object connected with it by the UMLApp class to manipulate and






More information about the umbrello-devel mailing list