More Info

Revision 862376

(Back to digest)
 

Other in KDE-PIM

Bertjan Broeksema committed changes in /trunk/KDE/kdepim/kmail:

EBN Fixes: Qt classes that should not be used

What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.

What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.

File Changes

Added 1 files
/trunk/KDE/kdepim/kmail/.krazy
Modified 47 files
/trunk/KDE/kdepim/kmail
 
/accountcombobox.cpp
 
/accountcombobox.h
 
/accountdialog.cpp
 
/accountdialog.h
 
/antispamwizard.cpp
 
/configuredialog.cpp
 
/configuredialog_p.cpp
 
/configuredialog_p.h
 
/distributionlistdialog.cpp
 
/distributionlistdialog.h
 
/expirypropertiesdialog.cpp
 
/filterlogdlg.cpp
 
/filterlogdlg.h
 
/headerlistquicksearch.cpp
 
/headerlistquicksearch.h
 
/identitydialog.cpp
 
/identitydialog.h
 
/kmcomposewin.cpp
 
/kmcomposewin.h
 
/kmfilteraction.cpp
 
/kmfilteraction.h
 
/kmfilterdlg.cpp
 
/kmfoldercachedimap.cpp
 
/kmfoldercombobox.cpp
 
/kmfoldercombobox.h
 
/kmfolderdialog.cpp
 
/kmfolderdialog.h
 
/kmmsgpartdlg.cpp
 
/kmmsgpartdlg.h
 
/kmsearchpatternedit.cpp
 
/kmsearchpatternedit.h
 
/mailinglistpropertiesdialog.cpp
 
/mailinglistpropertiesdialog.h
 
/managesievescriptsdialog.cpp
 
/managesievescriptsdialog_p.h
 
/newfolderdialog.cpp
 
/newfolderdialog.h
 
/recipientseditor.cpp
 
/recipientseditor.h
 
/recipientspicker.cpp
 
/recipientspicker.h
 
/rulewidgethandlermanager.cpp
 
/searchwindow.cpp
 
/sievedebugdialog.cpp
 
/sievedebugdialog.h
 
/vacationdialog.cpp
 
/vacationdialog.h
48 files changed in total