KDE3Support
Deprecated List 
  - Class K3ActiveLabel
 - Use QLabel. (QLabel::setOpenExternalLinks(true) for labels with hyperlinks; QLabel::setTextInteractionFlags(Qt::TextSelectableByMouse|Qt::TextSelectableByKeyboard) for labels whose text should be selectable by user.)
 - Class K3ButtonBox
 - use KDialogButtonBox
 - Member K3ColorDrag::makeDrag (const QColor &, QWidget *dragsource)
 - This is equivalent with "new K3ColorDrag(color, dragsource)".
 - Member K3ListView::doubleClicked (Q3ListViewItem *item, const QPoint &pos, int c)
 - This is just here for binary compatibility. Use the signal in Q3ListView instead.
 - Member K3ListView::setFullWidth ()
 - See also
 - setFullWidth()
 
- Class K3MultipleDrag
 - use QMimeData instead
 - Member K3PanelApplet::orientationChange (Qt::Orientation)
 - Reimplement positionChange instead.
 - Member K3PanelApplet::popupDirectionChange (Position)
 - Reimplement positionChange instead.
 - Member K3PanelApplet::requestFocus ()
 - Class K3PasswordDialog
 - use KPasswordDialog or KNewPasswordDialog
 - Member K3PasswordDialog::getNewPassword (QWidget *parent, QByteArray &password, const QString &prompt)
 - Use the new version with the caption argument
 - Member K3PasswordDialog::getPassword (QWidget *parent, QByteArray &password, const QString &prompt, int *keep=0L)
 - Use the new version with the caption argument
 - Class K3PasswordEdit
 - use KLineEdit with KLineEdit::setPasswordMode(true)
 - Member K3PopupMenu::K3PopupMenu (const QString &title, QWidget *parent=0)
 - Obsolete method provided for backwards compatibility only. Use the normal constructor and insertTitle instead.
 - Member K3PopupMenu::setTitle (const QString &title)
 - Obsolete method provided for backwards compatibility only. Use insertTitle and changeTitle instead.
 - Class K3Process
 - Use KProcess and KPtyProcess instead.
 - Class K3ProcIO
 - Use KProcess and KPtyProcess instead.
 - Class K3RFCDate
 - this class is made obsolete by KDateTime
 - Class K3ShellProcess
 - Class K3Spell
 - , use sonnet instead
 - Member K3Spell::modalCheck (QString &text)
 - Performs a synchronous spellcheck.
 - Class K3SpellConfig
 - use sonnet instead
 - Class K3SpellDlg
 - , use sonnet instead
 - Class K3StaticDeleter< type >
 - Use K_GLOBAL_STATIC instead of K3StaticDeleter.
 - Member K3StaticDeleter< type >::setObject (type *obj, bool isArray=false)
 - See the other setObject variant.
 - Class K3TempFile
 - Use KTemporaryFile instead.
 - Member K3TextEdit::createPopupMenu ()
 - Member K3URLDrag::K3URLDrag (const Q3StrList &urls, const QMap< QString, QString > &metaData, QWidget *dragSource)
 - Use a K3URLDrag constructor with a KUrl::List
 - Member K3URLDrag::newDrag (const KUrl::List &urls, QWidget *dragSource=0)
 - Is equivalent with "new K3URLDrag(urls, dragSource, name)".
 - Member K3URLDrag::newDrag (const KUrl::List &urls, const QMap< QString, QString > &metaData, QWidget *dragSource=0)
 - Is equivalent with "new K3URLDrag(urls, metaData, dragSource, name)".
 - Member kInstallKDEPropertyMap ()
 - use User in the meta object to determine which Q_PROPERTY to use for any widget.
 
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference