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

List:       kde-commits
Subject:    kdevelop/parts/cvs
From:       Mario Scalas <mario.scalas () libero ! it>
Date:       2003-06-08 16:02:11
[Download RAW message or body]

CVS commit by marios: 

Destroy (free) form when it is closed


  M +7 -3      commitdlg.cpp   1.10


--- kdevelop/parts/cvs/commitdlg.cpp  #1.9:1.10
@@ -10,6 +10,4 @@
  ***************************************************************************/
 
-#include "commitdlg.h"
-
 #include <qlayout.h>
 #include <qlabel.h>
@@ -23,4 +21,8 @@
 #include <kmessagebox.h>
 
+#include "commitdlg.h"
+
+//#include "ksyntaxhighlighter.h"
+
 CommitDialog::CommitDialog()
     : QDialog(0, "", true)
@@ -39,5 +41,5 @@ CommitDialog::CommitDialog()
     layout->addWidget(textEdit, 10);
 
-        checkAddToChangelog = new QCheckBox( "&Add entry to master Changelog too", \
this, "checkboxaddtochangelog" ); +        checkAddToChangelog = new QCheckBox( \
i18n("&Add entry to master Changelog too"), this, "checkboxaddtochangelog" );  \
layout->addWidget( checkAddToChangelog, 0 );  
@@ -54,4 +56,6 @@ CommitDialog::CommitDialog()
     layout->activate();
     adjustSize();
+
+//      new KDictSpellingHighlighter( textEdit );
 }
 


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

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