Deprecated List

Member KAccel::changeMenuAccel (QPopupMenu *menu, int id, KStdAccel::StdAccel accel) KDE_DEPRECATED
see KDE3PORTING.html

Member KAccel::changeMenuAccel (QPopupMenu *menu, int id, const QString &action) KDE_DEPRECATED
see KDE3PORTING.html

Member KAccel::connectItem (KStdAccel::StdAccel accel, const QObject *pObjSlot, const char *psMethodSlot)
use insert( accel, pObjSlot, psMethodSlot );

Member KAccel::connectItem (const QString &sAction, const QObject *pObjSlot, const char *psMethodSlot, bool bActivate=true) KDE_DEPRECATED
use insert

Member KAccel::currentKey (const QString &action) const KDE_DEPRECATED
Use shortcut().

Member KAccel::findKey (int key) const KDE_DEPRECATED
Use actions().actionPtr().

Member KAccel::insertItem (const QString &sLabel, const QString &sAction, int key, int nIDMenu=0, QPopupMenu *pMenu=0, bool bConfigurable=true) KDE_DEPRECATED
use insert

Member KAccel::insertItem (const QString &sLabel, const QString &sAction, const char *psKey, int nIDMenu=0, QPopupMenu *pMenu=0, bool bConfigurable=true) KDE_DEPRECATED
use insert

Member KAccel::insertStdItem (KStdAccel::StdAccel id, const QString &descr=QStringnull) KDE_DEPRECATED
use insert

Member KAccel::removeItem (const QString &sAction) KDE_DEPRECATED
use remove

Member KAccel::setItemEnabled (const QString &sAction, bool bEnable) KDE_DEPRECATED

Member KAccel::stringToKey (const QString &) KDE_DEPRECATED

Class KAddressInfo
This class is now deprecated.

Member KApplication::KApplication (int &argc, char **argv, const QCString &rAppName, bool allowStyles=true, bool GUIenabled=true) KDE_DEPRECATED
do not use it at all, it will make your application crash, use KCmdLineArgs

Constructor.

Member KApplication::invokeHTMLHelp (const QString &aFilename, const QString &aTopic=QStringnull) const KDE_DEPRECATED
Invoke the khelpcenter HTML help viewer from HTML sources.

Member KApplication::keyboardModifiers () KDE_DEPRECATED
Use keyboardMouseState()
Since:
3.1

Member KApplication::kstyle () const

Member KApplication::mouseState () KDE_DEPRECATED
Use keyboardMouseState()
Since:
3.1

Member KNetwork::KBufferedSocket::reset ()
Closes the socket.

Member KNetwork::KClientSocketBase::connectToHost (const QString &host, Q_UINT16 port)
This is a convenience function provided to ease migrating from Qt 3.x's QSocket class.

Member KCmdLineArgs::init (int _argc, char **_argv, const char *_appname, const char *_description, const char *_version, bool noKApp=false) KDE_DEPRECATED
You should convert any calls to this method to use the one above, by adding in the program name to be used for display purposes.

Member KCompletion::disableSounds ()
See also:
setEnableSounds

Member KCompletion::enableSounds ()
See also:
setEnableSounds

Member KConfigBackEnd::filename () const
Use fileName() instead

Member KConfigBase::readListEntry (const char *pKey, QStrList &list, char sep= ',') const

Parameters:
pKey The key to search for
list In this object, the read list will be returned.

Member KConfigBase::readListEntry (const QString &pKey, QStrList &list, char sep= ',') const

Parameters:
pKey The key to search for
list In this object, the read list will be returned.

Member KConfigBase::readPropertyEntry (const char *pKey, QVariant::Type) const

Parameters:
pKey The key to search for.

Member KConfigBase::readPropertyEntry (const QString &pKey, QVariant::Type) const

Parameters:
pKey The key to search for.

Class KConfigGroupSaver
This class is deprecated and will be removed in KDE 4.

Member KDesktopFile::filename () const
Use fileName() instead.

Class KExtendedSocket
This class is now deprecated.

Member KExtendedSocket::lookup (const QString &host, const QString &port, int flags=0, int *error=0) KDE_DEPRECATED
This function is now deprecated.

Member KIconLoader::alphaBlending (KIcon::Group group) const

Member KLocale::charset () const KDE_DEPRECATED
See also:
encoding

Member KLocale::formatMoney (const QString &numStr) const KDE_DEPRECATED
use formatMoney(double)

Member KLocale::formatNumber (const QString &numStr) const KDE_DEPRECATED

KDE 4.0: merge with formatNumber(const QString int)

calls formatNumber(numStr, 2)

Member KLocale::languages () const KDE_DEPRECATED
Use languageList()

Returns:
String containing language codes separated by colons

Member KLocale::monthName (int i, bool shortName=false) const KDE_DEPRECATED

Returns a string containing the name of the month name used in the Gregorian calendar.

Member KLocale::monthNamePossessive (int i, bool shortName=false) const KDE_DEPRECATED

Returns a string containing the possessive form of the month name used in the Gregorian calendar.

Member KLocale::setCharset (const QString &charset) KDE_DEPRECATED
Returns:
True

Member KLocale::setWeekStartsMonday (bool start) KDE_DEPRECATED

Please use setWeekStartDay instead.

Member KLocale::weekDayName (int i, bool shortName=false) const KDE_DEPRECATED
use calendar()->weekDayName

Returns a string containing the name of the week day used in the Gregorian calendar.

Member KLocale::weekStartsMonday () const KDE_DEPRECATED

Please use the weekStartDay method instead.

Member NET::Override

Class NETStrut
use NETExtendedStrut

Simple strut class for NET classes.

Member KProcess::getPid () const
Use pid() instead.

Member KProcess::setExecutable (const QString &proc) KDE_DEPRECATED
Use operator<<() instead.

Member KProcIO::fgets (QString &line, bool autoAck=false)
use readln.

Member KProcIO::fputs (const QString &line, bool AppendNewLine=true)

Class KRegExp
Please use QRegExp instead.

Class KServerSocket
This class is deprecated and will be removed in the future.

Class KShellProcess

Use KProcess and KProcess::setUseShell(true) instead.

Class KSocket
You can connect this socket to any Internet address.

Member KStaticDeleter::setObject (type *obj, bool isArray=false)
See the other setObject variant.

Member KStringHandler::ljust (const QString &text, uint width) KDE_DEPRECATED
use QString::leftJustify instead

Member KStringHandler::matchFilename (const QString &filename, const QString &pattern)
Use matchFileName () instead.

Member KStringHandler::rjust (const QString &text, uint width) KDE_DEPRECATED
use QString::rightJustify instead

Member KStringHandler::word (const QString &text, uint pos) KDE_DEPRECATED
use QString::section instead

Member KURL::cmp (const KURL &u, bool ignore_trailing=false) const KDE_DEPRECATED
Use equals() instead.

Member KURL::filename (bool _ignore_trailing_slash_in_path=true) const
change code to call fileName()

Member KURL::isMalformed () const
Use !isValid() instead

See also:
isValid()

Member KURLDrag::KURLDrag (const QStrList &urls, const QMap< QString, QString > &metaData, QWidget *dragSource, const char *name) KDE_DEPRECATED
Use a KURLDrag constructor with a KURL::List

Member KURLDrag::newDrag (const KURL::List &urls, const QMap< QString, QString > &metaData, QWidget *dragSource=0, const char *name=0) KDE_DEPRECATED
Is equivalent with "new KURLDrag(urls, metaData, dragSource, name)".

Member KURLDrag::newDrag (const KURL::List &urls, QWidget *dragSource=0, const char *name=0) KDE_DEPRECATED
Is equivalent with "new KURLDrag(urls, dragSource, name)".

Member KVMAllocator::copy (Block *dest, void *src, int _offset=0, size_t length=0) KDE_DEPRECATED
See also:
copyBlock

Member KVMAllocator::copy (void *dest, Block *src, int _offset=0, size_t length=0) KDE_DEPRECATED
See also:
copyBlock

Member KWin::appStarted () KDE_DEPRECATED
Use KStartupInfo::appStarted

Member KWin::info (WId win) KDE_DEPRECATED
Use windowInfo() .

Member KWin::setActiveWindow (WId win) KDE_DEPRECATED
Consider using activateWindow(), use forceActiveWindow() only if necessary.

Member KWin::setStrut (WId win, int left, int right, int top, int bottom)
use setExtendedStrut() Sets the strut of window win to left, right, top, bottom.

Class KWin::Info
Use WindowInfo .

Member KWin::WindowInfo::strut () const
use extendedStrut() Returns the window strut.

Member KWinModule::windowChanged (WId id, unsigned int properties)
The window changed.

Member KNotifyClient::event (StandardEvent type, const QString &text)
Allows to easily emit standard events.

Member KNotifyClient::userEvent (const QString &text, int present, int level, const QString &sound, const QString &file)
Will fire an event that's not registered.

Member KNotifyClient::event (const QString &message, const QString &text)
Parameters:
message The name of the event
text The text to put in a dialog box.

Member KStdAccel::action (StdAccel id)
Obsolete.

Member KStdAccel::defaultKey (StdAccel id)
Obsolete.

Member KStdAccel::description (StdAccel id)
Obsolete.

Member KStdAccel::isEqual (const QKeyEvent *ev, int keyQt)
.

Member KStdAccel::key (StdAccel id)
Obsolete.
KDE Home | KDE Accessibility Home | Description of Access Keys