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
48 files changed in total