- 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::insertItem (const QString &sLabel, const QString &sAction, int key, 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::connectItem (const QString &sAction, const QObject *pObjSlot, const char *psMethodSlot, bool bActivate=true) KDE_DEPRECATED
- use insert
- Member KAccel::connectItem (KStdAccel::StdAccel accel, const QObject *pObjSlot, const char *psMethodSlot)
- use insert( accel, pObjSlot, psMethodSlot );
- Member KAccel::removeItem (const QString &sAction) KDE_DEPRECATED
- use remove
- Member KAccel::setItemEnabled (const QString &sAction, bool bEnable) KDE_DEPRECATED
- Member KAccel::changeMenuAccel (QPopupMenu *menu, int id, const QString &action) KDE_DEPRECATED
- see KDE3PORTING.html
- Member KAccel::changeMenuAccel (QPopupMenu *menu, int id, KStdAccel::StdAccel accel) KDE_DEPRECATED
- see KDE3PORTING.html
- Member KAccel::stringToKey (const QString &) KDE_DEPRECATED
- Member KAccel::currentKey (const QString &action) const KDE_DEPRECATED
- Use shortcut().
- Member KAccel::findKey (int key) const KDE_DEPRECATED
- Use actions().actionPtr().
- Class KAddressInfo
- This class is now deprecated. Please see KNetwork::KResolver for the new API.
- 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
- Member KApplication::invokeHTMLHelp (const QString &aFilename, const QString &aTopic=QStringnull) const KDE_DEPRECATED
- Invoke the khelpcenter HTML help viewer from HTML sources. Please use invokeHelp() instead.
- Member KApplication::kstyle () const
- Member KApplication::keyboardModifiers () KDE_DEPRECATED
- Use keyboardMouseState()
- Since:
- 3.1
- 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. Do not forget to mark it for translation using I18N_NOOP.
- Member KCompletion::enableSounds ()
- See also:
- setEnableSounds
- Member KCompletion::disableSounds ()
- See also:
- setEnableSounds
- Member KConfigBackEnd::filename () const
- Use fileName() instead
- Member KConfigBase::readPropertyEntry (const QString &pKey, QVariant::Type) const
- Member KConfigBase::readPropertyEntry (const char *pKey, QVariant::Type) const
- Member KConfigBase::readListEntry (const QString &pKey, QStrList &list, char sep= ',') const
- Member KConfigBase::readListEntry (const char *pKey, QStrList &list, char sep= ',') const
- Class KConfigGroupSaver
- This class is deprecated and will be removed in KDE 4. KConfigGroup provides similar functionality in a more object oriented way.
- Member KDesktopFile::filename () const
- Use fileName() instead.
- Class KExtendedSocket
- This class is now deprecated. Please use the classes in KNetwork for new programs. In particular, this class is replaced by KNetwork::KStreamSocket and KNetwork::KServerSocket.
- Member KExtendedSocket::lookup (const QString &host, const QString &port, int flags=0, int *error=0) KDE_DEPRECATED
- This function is now deprecated. Please use KNetwork::KResolver::resolve.
- Member KIconLoader::alphaBlending (KIcon::Group group) const
- Member KLocale::formatNumber (const QString &numStr) const KDE_DEPRECATED
- Member KLocale::weekStartsMonday () const KDE_DEPRECATED
- Member KLocale::monthName (int i, bool shortName=false) const KDE_DEPRECATED
- Member KLocale::monthNamePossessive (int i, bool shortName=false) const KDE_DEPRECATED
- Member KLocale::weekDayName (int i, bool shortName=false) const KDE_DEPRECATED
- use calendar()->weekDayName
- Member KLocale::setWeekStartsMonday (bool start) KDE_DEPRECATED
- Member KLocale::formatMoney (const QString &numStr) const KDE_DEPRECATED
- use formatMoney(double)
- Member KLocale::languages () const KDE_DEPRECATED
- Use languageList()
- Member KLocale::setCharset (const QString &charset) KDE_DEPRECATED
- Returns:
- True
- Member KLocale::charset () const KDE_DEPRECATED
- See also:
- encoding
- Member KProcess::setExecutable (const QString &proc) KDE_DEPRECATED
- Use operator<<() instead.
- Member KProcess::getPid () const
- Use pid() instead.
- Member KProcIO::fputs (const QString &line, bool AppendNewLine=true)
- Member KProcIO::fgets (QString &line, bool autoAck=false)
- use readln. Note that it has an inverted autoAck default, though.
- Class KRegExp
- Please use QRegExp instead.
- Class KServerSocket
- This class is deprecated and will be removed in the future. Please use the classes in KNetwork for new programs. In special, this class is replaced by KNetwork::KStreamSocket and KNetwork::KServerSocket.
- Class KShellProcess
- 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::word (const QString &text, uint pos) KDE_DEPRECATED
- use QString::section instead
- Member KStringHandler::ljust (const QString &text, uint width) KDE_DEPRECATED
- use QString::leftJustify instead
- Member KStringHandler::rjust (const QString &text, uint width) KDE_DEPRECATED
- use QString::rightJustify instead
- Member KStringHandler::matchFilename (const QString &filename, const QString &pattern)
- Use matchFileName () instead.
- Member KURL::isMalformed () const
- Use !isValid() 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 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, QWidget *dragSource=0, const char *name=0) KDE_DEPRECATED
- Is equivalent with "new KURLDrag(urls, dragSource, name)".
- 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 KVMAllocator::copy (void *dest, Block *src, int _offset=0, size_t length=0) KDE_DEPRECATED
- See also:
- copyBlock
- Member KVMAllocator::copy (Block *dest, void *src, int _offset=0, size_t length=0) KDE_DEPRECATED
- See also:
- copyBlock
- 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 .
- Member KWin::info (WId win) KDE_DEPRECATED
- Use windowInfo() .
- Member KWin::appStarted () KDE_DEPRECATED
- Use KStartupInfo::appStarted
- Class KWin::Info
- Use WindowInfo .
- Member KWin::WindowInfo::strut () const
- use extendedStrut() Returns the window strut. Requires NET::WMStrut passed to KWin::windowInfo().
- Member KWinModule::windowChanged (WId id, unsigned int properties)
- The window changed.
- Member NET::Override
- Class NETStrut
- use NETExtendedStrut
- Member KNotifyClient::event (const QString &message, const QString &text=QStringnull) KDE_DEPRECATED
- Parameters:
-
| message | The name of the event |
| text | The text to put in a dialog box. This won't be shown if the user connected the event to sound, only. Can be QString::null. |
- Returns:
- a value > 0, unique for this event if successful, 0 otherwise
- Member KNotifyClient::event (StandardEvent event, const QString &text=QStringnull) KDE_DEPRECATED
- Allows to easily emit standard events.
- Parameters:
-
| event | The event you want to raise. |
| text | The text explaining the event you raise. Can be QString::null. |
- Returns:
- a value > 0, unique for this event if successful, 0 otherwise
- Member KNotifyClient::userEvent (const QString &text=QStringnull, int present=Default, int level=Default, const QString &sound=QStringnull, const QString &file=QStringnull) KDE_DEPRECATED
- Will fire an event that's not registered.
- Parameters:
-
| text | The error message text, if applicable |
| present | The presentation method(s) of the event |
| level | The error message level, defaulting to "Default" |
| sound | The sound file to play if selected with present |
| file | The log file to append the message to if selected with present |
- Returns:
- a value > 0, unique for this event if successful, 0 otherwise
- Member KStdAccel::action (StdAccel id) KDE_DEPRECATED
- Obsolete. Use name(). Returns a string representation for
accel .
- Member KStdAccel::defaultKey (StdAccel accel) KDE_DEPRECATED
- Obsolete. Use shortcutDefault().
- Member KStdAccel::description (StdAccel id) KDE_DEPRECATED
- Obsolete. Use desc(). Returns a localized description of
accel .
- Member KStdAccel::isEqual (const QKeyEvent *pEvent, int keyQt) KDE_DEPRECATED
- . Use KKey(const QKeyEvent*) == KKey(int).
- Member KStdAccel::key (StdAccel) KDE_DEPRECATED
- Obsolete. Use shortcut(). Returns the keybinding for
accel .
|