• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdecore
 

kdecore

Deprecated List
Member KAccel::changeMenuAccel (TQPopupMenu *menu, int id, const TQString &action) KDE_DEPRECATED
see KDE3PORTING.html
Member KAccel::changeMenuAccel (TQPopupMenu *menu, int id, KStdAccel::StdAccel accel) KDE_DEPRECATED
see KDE3PORTING.html
Member KAccel::connectItem (const TQString &sAction, const TQObject *pObjSlot, const char *psMethodSlot, bool bActivate=true) KDE_DEPRECATED
use insert
Member KAccel::connectItem (KStdAccel::StdAccel accel, const TQObject *pObjSlot, const char *psMethodSlot)
use insert( accel, pObjSlot, psMethodSlot );
Member KAccel::currentKey (const TQString &action) const KDE_DEPRECATED
Use shortcut().
Member KAccel::findKey (int key) const KDE_DEPRECATED
Use actions().actionPtr().
Member KAccel::insertItem (const TQString &sLabel, const TQString &sAction, const char *psKey, int nIDMenu=0, TQPopupMenu *pMenu=0, bool bConfigurable=true) KDE_DEPRECATED
use insert
Member KAccel::insertItem (const TQString &sLabel, const TQString &sAction, int key, int nIDMenu=0, TQPopupMenu *pMenu=0, bool bConfigurable=true) KDE_DEPRECATED
use insert
Member KAccel::insertStdItem (KStdAccel::StdAccel id, const TQString &descr=TQString::null) KDE_DEPRECATED
use insert
Member KAccel::removeItem (const TQString &sAction) KDE_DEPRECATED
use remove
Member KAccel::setItemEnabled (const TQString &sAction, bool bEnable) KDE_DEPRECATED
Member KAccel::stringToKey (const TQString &) KDE_DEPRECATED
Class KAddressInfo
This class is now deprecated.
Member KApplication::invokeHTMLHelp (const TQString &aFilename, const TQString &aTopic=TQString::null) const KDE_DEPRECATED
Invoke the khelpcenter HTML help viewer from HTML sources. Please use invokeHelp() instead.
Member KApplication::KApplication (int &argc, char **argv, const TQCString &rAppName, bool allowStyles=true, bool GUIenabled=true, bool SMenabled=true) KDE_DEPRECATED
do not use it at all, it will make your application crash, use KCmdLineArgs
Member KApplication::keyboardModifiers () KDE_DEPRECATED
Use keyboardMouseState()
Member KApplication::kstyle () const
Member KApplication::mouseState () KDE_DEPRECATED
Use keyboardMouseState()
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::disableSounds ()
Member KCompletion::enableSounds ()
Member KConfigBackEnd::filename () const
Use fileName() instead
Member KConfigBase::readListEntry (const TQString &pKey, TQStrList &list, char sep= ',') const
Member KConfigBase::readListEntry (const char *pKey, TQStrList &list, char sep= ',') const
Member KConfigBase::readPropertyEntry (const TQString &pKey, TQVariant::Type) const
Member KConfigBase::readPropertyEntry (const char *pKey, TQVariant::Type) 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 TQString &host, const TQString &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
Member KLocale::formatMoney (const TQString &numStr) const KDE_DEPRECATED
use formatMoney(double)
Member KLocale::formatNumber (const TQString &numStr) const KDE_DEPRECATED
Member KLocale::languages () const KDE_DEPRECATED
Use languageList()
Member KLocale::monthName (int i, bool shortName=false) const KDE_DEPRECATED
Member KLocale::monthNamePossessive (int i, bool shortName=false) const KDE_DEPRECATED
Member KLocale::setCharset (const TQString &charset) KDE_DEPRECATED
Member KLocale::setWeekStartsMonday (bool start) KDE_DEPRECATED
Member KLocale::weekDayName (int i, bool shortName=false) const KDE_DEPRECATED
use calendar()->weekDayName
Member KLocale::weekStartsMonday () const KDE_DEPRECATED
Member KNetwork::KClientSocketBase::connectToHost (const TQString &host, TQ_UINT16 port)
This is a convenience function provided to ease migrating from Qt 3.x's TQSocket class.
Member KNotifyClient::event (const TQString &message, const TQString &text=TQString::null) KDE_DEPRECATED
Member KNotifyClient::event (StandardEvent event, const TQString &text=TQString::null) KDE_DEPRECATED
Allows to easily emit standard events.
Member KNotifyClient::userEvent (const TQString &text=TQString::null, int present=Default, int level=Default, const TQString &sound=TQString::null, const TQString &file=TQString::null) KDE_DEPRECATED
Will fire an event that's not registered.
Member KProcess::getPid () const
Use pid() instead.
Member KProcess::setExecutable (const TQString &proc) KDE_DEPRECATED
Use operator<<() instead.
Member KProcIO::fgets (TQString &line, bool autoAck=false)
use readln. Note that it has an inverted autoAck default, though.
Member KProcIO::fputs (const TQString &line, bool AppendNewLine=true)
Class KRegExp
Please use TQRegExp 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< type >::setObject (type *obj, bool isArray=false)
See the other setObject variant.
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 TQKeyEvent *pEvent, int keyQt) KDE_DEPRECATED
. Use KKey(const TQKeyEvent*) == KKey(int).
Member KStdAccel::key (StdAccel) KDE_DEPRECATED
Obsolete. Use shortcut(). Returns the keybinding for accel.
Member KStringHandler::ljust (const TQString &text, uint width) KDE_DEPRECATED
use TQString::leftJustify instead
Member KStringHandler::matchFilename (const TQString &filename, const TQString &pattern)
Use matchFileName () instead.
Member KStringHandler::rjust (const TQString &text, uint width) KDE_DEPRECATED
use TQString::rightJustify instead
Member KStringHandler::word (const TQString &text, uint pos) KDE_DEPRECATED
use TQString::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
Member KURLDrag::KURLDrag (const TQStrList &urls, const TQMap< TQString, TQString > &metaData, TQWidget *dragSource, const char *name) KDE_DEPRECATED
Use a KURLDrag constructor with a KURL::List
Member KURLDrag::newDrag (const KURL::List &urls, TQWidget *dragSource=0, const char *name=0) KDE_DEPRECATED
Is equivalent with "new KURLDrag(urls, dragSource, name)".
Member KURLDrag::newDrag (const KURL::List &urls, const TQMap< TQString, TQString > &metaData, TQWidget *dragSource=0, const char *name=0) KDE_DEPRECATED
Is equivalent with "new KURLDrag(urls, metaData, dragSource, name)".
Member KVMAllocator::copy (Block *dest, void *src, int _offset=0, size_t length=0) KDE_DEPRECATED
Member KVMAllocator::copy (void *dest, Block *src, int _offset=0, size_t length=0) KDE_DEPRECATED
Member KWin::appStarted () KDE_DEPRECATED
Use KStartupInfo::appStarted
Member KWin::info (WId win) KDE_DEPRECATED
Use windowInfo() .
Class KWin::Info
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.
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

kdecore

Skip menu "kdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdecore

Skip menu "kdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdecore by doxygen 1.8.1.2
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |