kio
- Member KIO::FileCopyJob::setSourceSize (off_t size) KDE_DEPRECATED
- Member KIO::Job::canceled (KIO::Job *job)
- . Don't use ! Emitted when the job is canceled. Signal result() is emitted as well, and error() is, in this case, ERR_USER_CANCELED.
- Class KApplicationPropsPlugin
- replaced with KDesktopPropsPlugin
- Member KBookmarkManager::showNSBookmarks () const
- Class KCrashBookmarkImporter
- Member KDataToolInfo::icon () const KDE_DEPRECATED
- , use iconName()
- Member KDataToolInfo::miniIcon () const KDE_DEPRECATED
- , use iconName()
- Member KDEDesktopMimeType::executeService (const QString &path, KDEDesktopMimeType::Service &service) KDE_DEPRECATED
- , see the other executeService
- Class KExecPropsPlugin
- replaced with KDesktopPropsPlugin
- Member KFileDialog::dirCompletion (const QString &)
- Member KFileDialog::pathComboChanged (const QString &)
- Member KFileDialog::setFilterMimeType (const QString &label, const KMimeType::List &types, const KMimeType::Ptr &defaultType) KDE_DEPRECATED
- Member KFileDialog::setPreviewWidget (const QWidget *w) KDE_DEPRECATED
- Add a preview widget and enter the preview mode.
- Member KFileDialog::toolbarCallback (int)
- ,
- Member KFileDialog::updateStatusLine (int dirs, int files)
- Member KFileMimeTypeInfo::Cummulative
- Use Cumulative instead
- Member KFilterDev::createFilterDevice (KFilterBase *base, QFile *file) KDE_DEPRECATED
- . Use deviceForFile instead. To be removed in KDE 3.0
- Member KIconDialog::selectIcon (KIcon::Group group=KIconDesktop, KIcon::Context context=KIconApplication, bool user=false)
- in KDE 3.0, use the static method getIcon instead.
- Class KIEBookmarkImporter
- Class KMimeMagic
- Use KMimeType::findByContent() instead May be removed in KDE 4.0. Determine auto-magically the type of file, not only by using its extension, but also by reading its contents.
- Class KMimeMagicResult
- Use KMimeType::findByContent() instead May be removed in KDE 4.0. Returned by KMimeMagic
find
...Type methods.
- Class KNSBookmarkExporter
- Class KNSBookmarkImporter
- Class KOpenWithHandler
- . Kept for source compatibility, does nothing nowadays. Do not use in new source. KRun can open the openwith dialog directly now. Use KRun::displayOpenWithDialog() if you were using KOpenWithHandler directly.
- Class KOperaBookmarkImporter
- Member KPropertiesDialog::dialog () const
- KPropertiesDialog directly inherits from KDialogBase, so use this instead
- Member KPropertiesDialog::dialog ()
- KPropertiesDialog directly inherits from KDialogBase, so use this instead
- Member KPropertiesDialog::KPropertiesDialog (const KURL &_url, mode_t _mode, QWidget *parent=0L, const char *name=0L, bool modal=false, bool autoShow=true) KDE_DEPRECATED
- You should use the following constructor instead of this one. The only change that is required is to delete the _mode argument.
- Member KProtocolInfo::canCopyFromFile (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::canCopyToFile (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::defaultMimetype (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::inputType (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::isSourceProtocol (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::listing (const QString &protocol) KDE_DEPRECATED
- Returns the list of fields this protocol returns when listing The current possibilities are Name, Type, Size, Date, AccessDate, Access, Owner, Group, Link, URL, MimeType
- Member KProtocolInfo::outputType (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::supportsDeleting (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::supportsLinking (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::supportsListing (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::supportsMakeDir (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::supportsMoving (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::supportsReading (const QString &protocol) KDE_DEPRECATED
- Member KProtocolInfo::supportsWriting (const QString &protocol) KDE_DEPRECATED
- Member KServiceTypeProfile::allowAsDefault (const QString &_service) const
- Remove in KDE 4, unused. Checks whether the given
_service
can be used as default.
- Member KServiceTypeProfile::preference (const QString &_service) const
- Remove in KDE 4, unused. Returns the users preference of the given service.
- Class KShred
- Erase a file in a way that makes recovery impossible -- well, no guarentee of that, but at least as difficult as reasonably possible. For this, KShred write several times over the existing file, using different patterns, before deleting it.
- Member KSSL::setProxyUse (bool active, QString realIP=QStringnull, int realPort=0, QString proxy=QStringnull) KDE_DEPRECATED
- Member KSSLCertChain::setChain (QStringList chain) KDE_DEPRECATED
- Member KSSLCertDlg::setup (QStringList certs, bool saveChecked=false, bool sendChecked=true) KDE_DEPRECATED
- Member KSSLSettings::warnOnExpired () const KDE_DEPRECATED
- Member KSSLSettings::warnOnRevoked () const KDE_DEPRECATED
- Member KSSLSettings::warnOnSelfSigned () const KDE_DEPRECATED
- Member KURIFilterData::hasBeenFiltered () const
- Member KIO::NetAccess::copy (const KURL &src, const KURL &target) KDE_DEPRECATED
- . Use the function above instead.
- Member KIO::NetAccess::del (const KURL &url) KDE_DEPRECATED
- . Use the function above instead. Passing NULL as the additional argument will give the same behaviour, but you should try to identify a suitable parent widget if at all possible.
- Member KIO::NetAccess::dircopy (const KURL &src, const KURL &target) KDE_DEPRECATED
- . Use the function above instead.
- Member KIO::NetAccess::download (const KURL &src, QString &target) KDE_DEPRECATED
- . Use the function above instead.
- Member KIO::NetAccess::exists (const KURL &url, bool source) KDE_DEPRECATED
- . Use the function above instead.
- Member KIO::NetAccess::exists (const KURL &url) KDE_DEPRECATED
- . Use the function above instead.
- Member KIO::NetAccess::exists (const KURL &url, QWidget *window) KDE_DEPRECATED
- . Use the function above instead.
- Member KIO::NetAccess::mimetype (const KURL &url) KDE_DEPRECATED
- . Use the function above instead. Passing NULL as the additional argument will give the same behaviour, but you should try to identify a suitable parent widget if at all possible.
- Member KIO::NetAccess::mkdir (const KURL &url, int permissions=-1) KDE_DEPRECATED
- . Use the function above instead. Passing NULL as the additional argument will give the same behaviour, but you should try to identify a suitable parent widget if at all possible.
- Member KIO::NetAccess::stat (const KURL &url, KIO::UDSEntry &entry) KDE_DEPRECATED
- . Use the function above instead.
- Member KIO::NetAccess::upload (const QString &src, const KURL &target) KDE_DEPRECATED
- . Use the function above instead.
- Member Observer::openPassDlg (const QString &prompt, QString &user, QString &pass, bool readOnly)
- use KIO::AutoInfo
- Member KIO::PasswordDialog::setEnableUserField (bool enable, bool=false)
- . Use setUserReadOnly(bool).
- Member KIO::Slave::connection ()
- This method is obsolete, use the accessor methods within KIO::Slave instead. Old code directly accessing connection() will not be able to access special protocols.
- Member KIO::SlaveBase::createAuthCacheKey (const KURL &url)
- as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0 Creates a basic key to be used to cache the password.
- Member KIO::SlaveBase::delCachedAuthentication (const QString &key)
- as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
- Member KIO::SlaveBase::hasMetaData (const QString &key)
- kept for binary compatibility Queries for the existence of a certain config/meta-data entry send by the application to the slave.
- Member KIO::SlaveBase::metaData (const QString &key)
- kept for binary compatibility Queries for config/meta-data sent by the application to the slave.
- Member KIO::SlaveBase::multipleAuthCaching () const
- as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
- Member KIO::SlaveBase::pingCacheDaemon () const
- as of 3.1. TODO: Remove before KDE 4.0
- Member KIO::SlaveBase::sendAuthenticationKey (const QCString &gKey, const QCString &key, bool keep)
- as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
- Member KIO::SlaveBase::setMultipleAuthCaching (bool)
- as of 3.1. Use openPassDlg instead. TODO: Remove before KDE 4.0
- Member KIO::SlaveInterface::authorizationKey (const QCString &, const QCString &, bool)
- . Obsolete as of 3.1. Replaced by kpassword, a kded module.
- Member KIO::SlaveInterface::delAuthorization (const QCString &grpkey)
- . Obsolete as of 3.1. Replaced by kpassword, a kded module.
- Member KIO::SlaveInterface::openPassDlg (const QString &prompt, const QString &user, bool readOnly) KDE_DEPRECATED
- . Use openPassDlg( AuthInfo& ) instead.
- Member KIO::SlaveInterface::openPassDlg (const QString &prompt, const QString &user, const QString &caption, const QString &comment, const QString &label, bool readOnly) KDE_DEPRECATED
- . Use openPassDlg( AuthInfo& ) instead.
- Member KIO::TCPSlaveBase::AtEOF ()
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::CleanSSL ()
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::CloseDescriptor ()
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::ConnectToHost (const QString &host, unsigned int port, bool sendError)
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::GetPort (unsigned short int p)
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::InitializeSSL ()
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::Read (void *data, ssize_t len)
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::ReadLine (char *data, ssize_t len)
- Due to inconsistency with KDE naming convention.
- Member KIO::TCPSlaveBase::usingTLS ()
- kept for binary compatibility Are we using TLS?
- Member KIO::TCPSlaveBase::Write (const void *data, ssize_t len)
- Due to inconsistency with KDE naming convention.
- Member UIServer::open_RenameDlg (int id, const QString &caption, const QString &src, const QString &dest, intmode, unsigned long sizeSrc, unsigned long sizeDest, unsigned longctimeSrc, unsigned longctimeDest, unsigned longmtimeSrc, unsigned longmtimeDest)
- (it blocks other apps). Use KIO::open_RenameDlg instead. To be removed in KDE 4.0.
- Member UIServer::open_RenameDlg64 (int id, const QString &caption, const QString &src, const QString &dest, intmode, KIO::filesize_t sizeSrc, KIO::filesize_t sizeDest, unsigned longctimeSrc, unsigned longctimeDest, unsigned longmtimeSrc, unsigned longmtimeDest)
- (it blocks other apps). Use KIO::open_RenameDlg instead. To be removed in KDE 4.0.
- Member UIServer::open_SkipDlg (int id, intmulti, const QString &error_text)
- (it blocks other apps). Use KIO::open_SkipDlg instead. To be removed in KDE 4.0.
- Member UIServer::openPassDlg (const KIO::AuthInfo &info)
- (it blocks other apps). Use KIO::PasswordDialog::getNameAndPassword instead. To be removed in KDE 4.0.
- Member UIServer::showSSLInfoDialog (const QString &url, const KIO::MetaData &data)
- Member DEFAULT_USERAGENT_STRING
- Use KProtocolManager::defaultUserAgent() instead.