98fa3320c5
basically: QRegExp::search() --> QRegExp::indexIn() QString::find() --> QString::indexOf() QString::findRev() --> QString::lastIndexOf() QString::lower() --> QString::toLower() QString::upper() --> QString::toUpper() QString::setLength() --> QString::resize() QByteArray::find() --> QByteArray::indexOf() QByteArray::findRev() --> QByteArray::lastIndexof() QTimer::start(ms,sShot) --> {QTimer::setSingleShot() ; QTimer::start()} QList::remove() --> QList::removeAll() iterator QList::remove() --> iterator QList::erase() QComboBox::text() --> QComboBox::itemText() QByteArray::upper() --> QByteArray::toUpper() QByteArray::lower() --> QByteArray::toLower() QString::contains() --> QString::contains() QEvent::accept(bool) --> QEvent::setAccepted(bool) svn path=/trunk/KDE/kdebase/workspace/; revision=528719 |
||
---|---|---|
.. | ||
config | ||
CMakeLists.txt | ||
Makefile.am | ||
misc.cpp | ||
misc.h | ||
plastik.cpp | ||
plastik.desktop | ||
plastik.h | ||
plastikbutton.cpp | ||
plastikbutton.h | ||
plastikclient.cpp | ||
plastikclient.h |