KDECore
- Member KAboutData::license () const
- There could be multiple licenses, use licenses() instead.
- Member KAboutData::licenseName (NameFormat formatName) const
- There could be multiple licenses, use licenses() instead.
- Member KCalendarSystem::setYMD (QDate &date, int y, int m, int d) const
- Member KCalendarSystemGregorian::setYMD (QDate &date, int year, int month, int day) const
- Member KCalendarSystemHebrew::setYMD (QDate &date, int year, int month, int day) const
- Member KCalendarSystemHijri::setYMD (QDate &date, int year, int month, int day) const
- Member KCalendarSystemJalali::setYMD (QDate &date, int year, int month, int day) const
- Member KCharsets::languageForEncoding (const QString &encoding) const
- Please use descriptionForEncoding instead. This function will be removed before KDE4 is released.
- Member KConfig::forceGlobal () const
- Class KLibLoader
- You have two other possibilites: KPluginLoader or KService::createInstance for plugins KLibrary for other libraries
- Member KLibLoader::createInstance (const QString &libname, QObject *parent, const QStringList &args, int *error=0)
- Use one of the other createInstance methods or KPluginLoader or KService::createInstance instead
- Member KLibLoader::self ()
- use KPluginLoader
- Member KLibrary::factory (const char *factoryname=0)
- use KPluginLoader::factory
- Member KLocale::langLookup (const QString &fname, const char *rtype="html")
- Member KMimeType::parentMimeType () const
- this method does not support multiple inheritance, which is actually part of the shared-mime-info standard. Use is(), parentMimeTypes(), or allParentMimeTypes() instead of parentMimeType()
- Member KPluginFactory::KPluginFactory (const KAboutData *aboutData, QObject *parent=0)
- Member KPluginFactory::KPluginFactory (QObject *parent)
- Member KPluginFactory::create (QObject *parent=0, const char *classname="QObject", const QStringList &args=QStringList())
- Member KPluginFactory::create (QObject *parent, const QStringList &args)
- Member KPluginFactory::createObject (QObject *parent, const char *className, const QStringList &args)
- Member KPluginFactory::createPartObject (QWidget *parentWidget, QObject *parent, const char *classname, const QStringList &args)
- Member KService::createInstance (ServiceIterator begin, ServiceIterator end, QObject *parent=0, const QVariantList &args=QVariantList(), QString *error=0)
- Use KServiceTypeTrader::createInstanceFromQuery instead
- Member KService::desktopEntryPath () const
- use entryPath() instead
- Member KService::type () const
- use isApplication()
- Member KSortableItem::index () const
- use key()
- Member KStandardDirs::addResourceType (const char *type, const QString &relativename, bool priority=true)
- Member KUrl::cmp (const KUrl &u, bool ignore_trailing=false) const
- Use equals() instead.
- Member KUrl::decode_string (const QString &str)
- use QUrl::fromPercentEncoding(encodedURL) instead, but note that it takes a QByteArray and not a QString. Which makes sense since everything is 7 bit (ascii) when being percent-encoded.
- Member KUrl::encode_string (const QString &str)
- use QUrl::toPercentEncoding instead, but note that it returns a QByteArray and not a QString. Which makes sense since everything is 7 bit (ascii) after being percent-encoded.
- Member KUrl::encode_string_no_slash (const QString &str)
- use QUrl::toPercentEncoding(str,"/") instead, but note that it returns a QByteArray and not a QString. Which makes sense since everything is 7 bit (ascii) after being percent-encoded.
- Member KUrl::fromPathOrUrl (const QString &text)
- Since KDE4 you can pass both urls and paths to the KUrl constructors. Use KUrl(text) instead.
- Member KUser::fullName () const
- use property(KUser::FullName) instead
- Member k_funcinfo
- kDebug takes care of printing the method name automatically now
- Member k_lineinfo
- kDebug takes care of printing the method name automatically now