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

List:       kde-commits
Subject:    kdeedu/keduca
From:       Henrique Pinto <stampede () coltec ! ufmg ! br>
Date:       2005-04-23 14:32:04
Message-ID: 20050423143204.4E4F0492 () office ! kde ! org
[Download RAW message or body]

CVS commit by pinto: 


	* Don't let KAcceleratorManager mess our layout, nor add "&" where they do not belong
	* Remove an unused signal
	
	BUG:97840


  M +3 -0      keduca/kcheckeduca.cpp   1.8
  M +3 -1      keduca/kradioeduca.cpp   1.8
  M +1 -8      libkeduca/fileread.h   1.6


--- kdeedu/keduca/keduca/kcheckeduca.cpp  #1.7:1.8
@@ -18,9 +18,12 @@
 #include "kcheckeduca.h"
 #include "kcheckeduca.moc"
+
 #include <qstyle.h>
+#include <kaccelmanager.h>
 
 KCheckEduca::KCheckEduca(QWidget *parent, const char *name ) : QCheckBox(parent,name)
 {
     _doc = 0;
+    KAcceleratorManager::setNoAccel( this );
 }
 

--- kdeedu/keduca/keduca/kradioeduca.cpp  #1.7:1.8
@@ -19,8 +19,10 @@
 #include "kradioeduca.moc"
 #include <qstyle.h>
+#include <kaccelmanager.h>
 
-KRadioEduca::KRadioEduca(QWidget *parent, const char *name ) : QRadioButton(parent,name)
+KRadioEduca::KRadioEduca(QWidget *parent, const char *name) : QRadioButton(parent,name)
 {
     _doc=0;
+    KAcceleratorManager::setNoAccel(this);
 }
 

--- kdeedu/keduca/libkeduca/fileread.h  #1.5:1.6
@@ -207,5 +207,5 @@ private:
     /** the temporary file to which the document is saved, NULL if no temporary file is needed */
     KTempFile *_tmpfile;
-    /** the temporary imgae file */
+    /** the temporary image file */
     QString _tmpfileImage;
     /** Total Questions */
@@ -238,11 +238,4 @@ signals:
 
     /**
-   * The part emits this when starting data.
-   * If using a KIO::Job, it sets the job in the signal, so that
-   * progress information can be shown. Otherwise, job is 0.
-   **/
-  void started( KIO::Job * );
-
-  /**
    * Emit this when you have completed loading data.
    * Hosting apps will want to know when the process of loading the data


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

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