kwin/clients/plastik
Thorsten Roeder 98fa3320c5 deprecated--
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
2006-04-11 17:12:05 +00:00
..
config -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES 2006-03-26 14:52:52 +00:00
CMakeLists.txt -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES 2006-03-26 14:52:52 +00:00
Makefile.am oups... no shadow.cpp anymore. 2005-03-19 16:30:34 +00:00
misc.cpp deprecated-- 2006-03-06 13:26:07 +00:00
misc.h SVN_SILENT: fix typo 2005-10-05 08:44:32 +00:00
plastik.cpp Replace obsolete QMAX() and QMIN() with qMax() and qMin(). 2006-02-17 21:54:55 +00:00
plastik.desktop SVN_SILENT made messages (.desktop file) 2006-01-07 12:16:49 +00:00
plastik.h SVN_SILENT: fix typo 2005-10-05 08:44:32 +00:00
plastikbutton.cpp deprecated-- 2006-04-11 17:12:05 +00:00
plastikbutton.h Make kwin decorations API free of Qt3 support members 2006-03-04 22:27:27 +00:00
plastikclient.cpp Make kwin decorations API free of Qt3 support members 2006-03-04 22:27:27 +00:00
plastikclient.h SVN_SILENT: fix typo 2005-10-05 08:44:32 +00:00