[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeedu/keduca/keduca
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2004-05-14 15:04:17
Message-ID: 20040514150417.C192A900E () office ! kde ! org
[Download RAW message or body]

CVS commit by annma: 

beautifying


  M +66 -80    keduca.cpp   1.23


--- kdeedu/keduca/keduca/keduca.cpp  #1.22:1.23
@@ -42,8 +42,6 @@ Keduca::Keduca( QWidget* parent, const c
 Keduca::~Keduca()
 {
-    delete _recentFiles;
 }
 
-/** Init graphical interface */
 void Keduca::init()
 {
@@ -62,5 +60,5 @@ void Keduca::init()
 }
 
-/** Init menu bar settings */
+
 void Keduca::initMenuBar()
 {
@@ -68,5 +66,5 @@ void Keduca::initMenuBar()
     (void)new KAction(i18n("Open Gallery..."), 0, 0, this, SLOT( slotGallery() ), \
                actionCollection(), "open_gallery");
     _recentFiles = KStdAction::openRecent(this, SLOT ( slotFileOpenURL(const KURL \
                &)), actionCollection());
-//      KStdAction::print(this, SLOT( slotMenuPrint() ), actionCollection());
+        //      KStdAction::print(this, SLOT( slotMenuPrint() ), \
actionCollection());  KStdAction::close(this, SLOT( slotFileClose() ), \
actionCollection());  KStdAction::quit(kapp, SLOT( quit() ), actionCollection());
@@ -79,5 +77,4 @@ void Keduca::initMenuBar()
 }
 
-/** Open new file */
 void Keduca::slotFileOpen()
 {
@@ -87,5 +84,4 @@ void Keduca::slotFileOpen()
 }
 
-/** Open a file */
 void Keduca::slotFileOpenURL( const KURL &url )
 {
@@ -97,5 +93,4 @@ void Keduca::slotFileOpenURL( const KURL
 }
 
-/** Close actual document */
 void Keduca::slotFileClose()
 {
@@ -103,5 +98,4 @@ void Keduca::slotFileClose()
 }
 
-/** Close the window */
 bool Keduca::queryClose()
 {
@@ -110,5 +104,4 @@ bool Keduca::queryClose()
 }
 
-/** Read settings */
 void Keduca::configRead()
 {
@@ -119,5 +112,4 @@ void Keduca::configRead()
 }
 
-/** Write settings */
 void Keduca::configWrite()
 {
@@ -130,5 +122,4 @@ void Keduca::configWrite()
 }
 
-/** Configure keys */
 void Keduca::slotConfigureKeys()
 {
@@ -136,5 +127,4 @@ void Keduca::slotConfigureKeys()
 }
 
-/** Configure toolbar */
 void Keduca::slotConfigureToolbar()
 {
@@ -145,5 +135,4 @@ void Keduca::slotConfigureToolbar()
 }
 
-/** OK/Apply pressed in toolbar editor */
 void Keduca::slotNewToolbarConfig()
 {
@@ -152,5 +141,4 @@ void Keduca::slotNewToolbarConfig()
 }
 
-/** Configure keduca */
 void Keduca::slotConfigure()
 {
@@ -159,5 +147,4 @@ void Keduca::slotConfigure()
 }
 
-/** Open gallery dialog */
 void Keduca::slotGallery()
 {
@@ -165,5 +152,4 @@ void Keduca::slotGallery()
 }
 
-/** Open gallery window */
 void Keduca::initGallery(const KURL &urlFile)
 {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic