Deprecated List
- Member KAction::accel () const KDE_DEPRECATED
- . Use shortcut(). Get the keyboard accelerator associated with this action.
- Member KAction::KAction (const TQString &text, const KShortcut &cut=KShortcut(), TQObject *parent=0, const char *name=0)
- Member KAction::KAction (const TQString &text, const TQString &pix, const KShortcut &cut=KShortcut(), TQObject *parent=0, const char *name=0)
- Member KAction::KAction (const TQString &text, const KShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0)
- Member KAction::KAction (const TQString &text, const TQIconSet &pix, const KShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0)
- Member KAction::KAction (const TQString &text, const TQIconSet &pix, const KShortcut &cut=KShortcut(), TQObject *parent=0, const char *name=0)
- Member KAction::KAction (const TQString &text, const TQString &pix, const KShortcut &cut, const TQObject *receiver, const char *slot, TQObject *parent, const char *name=0)
- Member KAction::KAction (TQObject *parent=0, const char *name=0)
- Member KAction::menuId (int i)
- . for backwards compatibility. Use itemId()
- Member KAction::plugAccel (KAccel *accel, bool configurable=true) KDE_DEPRECATED
- . Shouldn't be used. No substitute available.
- Member KAction::setAccel (int key) KDE_DEPRECATED
- . Use setShortcut(). Sets the keyboard accelerator associated with this action.
- Member KAction::setStatusText (const TQString &text)
- . Use setToolTip instead (they do the same thing now).
- Member KAction::unplugAccel () KDE_DEPRECATED
- . Complement method to plugAccel(). Disconnect this action from the KAccel.
- Member KActionCollection::accel () KDE_DEPRECATED
- Deprecated because of ambiguous name. Use kaccel()
- Member KActionCollection::accel () const KDE_DEPRECATED
- Deprecated because of ambiguous name. Use kaccel()
- Member KActionCollection::setXMLFile (const TQString &)
- Member KActionCollection::xmlFile () const
- Member KBugReport::slotUrlClicked (const TQString &)
- remove in KDE4.0
- Member KColorDrag::makeDrag (const TQColor &, TQWidget *dragsource) KDE_DEPRECATED
- This is equivalent with "new KColorDrag(color, dragsource)".
- Member KComboBox::itemSelected (TQListBoxItem *)
- Member KDatePicker::getDate () const KDE_DEPRECATED
- Member KDatePicker::selectWeekClicked ()
- in 3.2
- Member KDialogBase::apply ()
- Use applyClicked() instead.
- Member KDialogBase::applyPressed ()
- Do not use this slot. Is is kept for compatibility reasons. Activated when the Apply button has been clicked
- Member KDialogBase::getBackgroundTile () KDE_DEPRECATED
- Use backgroundTile() instead.
- Member KDialogBase::getBorderWidths (int &ulx, int &uly, int &lrx, int &lry) const KDE_DEPRECATED
- Do not use this method. It is included for compatibility reasons.
- Member KDialogBase::getContentsRect () const KDE_DEPRECATED
- Do not use this method. It is included for compatibility reasons.
- Member KDialogBase::setButtonApplyText (const TQString &text=TQString::null, const TQString &tooltip=TQString::null, const TQString &quickhelp=TQString::null) KDE_DEPRECATED
- . Use setButtonApply() instead.
- Member KDialogBase::setButtonCancelText (const TQString &text=TQString::null, const TQString &tooltip=TQString::null, const TQString &quickhelp=TQString::null) KDE_DEPRECATED
- . Use setButtonCancel() instead.
- Member KDialogBase::setButtonOKText (const TQString &text=TQString::null, const TQString &tooltip=TQString::null, const TQString &quickhelp=TQString::null) KDE_DEPRECATED
- . Use setButtonOk() instead.
- Class KDockWindow
- This class is obsolete, it is provided for compatibility only. Use KSystemTray instead.
- Member KDoubleNumInput::KDoubleNumInput (double value, TQWidget *parent=0, const char *name=0) KDE_DEPRECATED
- (value is rounded to a multiple of 1/100) Constructor
- Member KDoubleNumInput::KDoubleNumInput (KNumInput *below, double value, TQWidget *parent=0, const char *name=0) KDE_DEPRECATED
- (rounds
value
to a multiple of 1/100) Constructor - Class KEdit
- Use KTextEditor::Editor or KTextEdit instead.
- Class KFloatValidator
- Use KDoubleValidator
- Member KKeyButton::setShortcut (const KShortcut &cut) KDE_DEPRECATED
- Use setShortcut( cut, false ) instead
- Member KKeyChooser::KKeyChooser (KAccel *actions, TQWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false)
- Member KKeyChooser::KKeyChooser (KGlobalAccel *actions, TQWidget *parent, bool bCheckAgainstStdKeys, bool bAllowLetterShortcuts, bool bAllowWinKey=false)
- Member KKeyDialog::configureKeys (KAccel *keys, bool save_settings=true, TQWidget *parent=0)
- Obsolete. Please use KKeyDialog::configure instead
- Member KKeyDialog::configureKeys (KGlobalAccel *keys, bool save_settings=true, TQWidget *parent=0)
- Obsolete. Please use KKeyDialog::configure instead
- Member KKeyDialog::configureKeys (KActionCollection *coll, const TQString &, bool save_settings=true, TQWidget *parent=0)
- Obsolete. Please use KKeyDialog::configure instead
- Member KLed::toggleState () KDE_DEPRECATED
- , use #toggle() instead.
- Member KLineEdit::cursorAtEnd ()
- TQLineEdit::end()
- Member KLineEdit::setCompletedItems (const TQStringList &items, bool autoSuggest)
- ?
- Member KLineEdit::slotAboutToShow ()
- . Will be removed in the next major release!
- Member KLineEdit::slotCancelled ()
- . Will be removed in the next major release!
- Class KLineEditDlg
- Please use KInputDialog instead.
- Class KListAction
- Use KSelectAction instead.
- Member KListView::createChildren () const KDE_DEPRECATED
- Member KListView::doubleClicked (TQListViewItem *item, const TQPoint &pos, int c)
- This is just here for binary compatibility. Use the signal in TQListView instead.
- Member KListView::selectedItems () const
- Member KListView::setCreateChildren (bool b) KDE_DEPRECATED
- Member KListView::setFullWidth () KDE_DEPRECATED
- See also
- setFullWidth()
- Member KMainWindow::sizeForCentralWidgetSize (TQSize size) KDE_DEPRECATED
- You normally don't need this, the recommended way to achieve a certain central widget size is as follows:
- Override sizeHint() in the central widget so that it returns the desired size.
- Call updateGeometry() in the central widget whenever the desired size changes. This ensures that the new sizeHint() is properly propagated to any parent layout.
- Now call adjustSize() in the mainwindow to resize the mainwindow such that the central widget will become the desired size.
- Member KPaletteTable::i18n_customColors
- Member KPaletteTable::i18n_recentColors
- Member KPanelApplet::orientationChange (Orientation)
- Reimplement positionChange instead.
- Member KPanelApplet::popupDirectionChange (Direction)
- Reimplement positionChange instead.
- Member KPanelApplet::requestFocus ()
- Member KPasswordDialog::KPasswordDialog (int type, TQString prompt, bool enableKeep=false, int extraBttn=0) KDE_DEPRECATED
- Variant of the previous constructor without the possibility to specify a parent. Will be removed in KDE 4.0
- Member KPasswordEdit::KPasswordEdit (TQWidget *parent, const char *name, int echoMode) KDE_DEPRECATED
- , will be removed in KDE 4.0 Creates a password input widget using echoMode as "echo mode".
- Member KPopupMenu::KPopupMenu (const TQString &title, TQWidget *parent=0, const char *name=0) KDE_DEPRECATED
- Obsolete method provided for backwards compatibility only. Use the normal constructor and insertTitle instead.
- Member KPopupMenu::setTitle (const TQString &title) KDE_DEPRECATED
- Obsolete method provided for backwards compatibility only. Use insertTitle and changeTitle instead.
- Member KPopupTitle::KPopupTitle (KPixmapEffect::GradientType gradient, const TQColor &color, const TQColor &textColor, TQWidget *parent=0, const char *name=0) KDE_DEPRECATED
- Constructs a title widget with the specified gradient and colors.
- Member KPopupTitle::KPopupTitle (const KPixmap &background, const TQColor &color, const TQColor &textColor, TQWidget *parent=0, const char *name=0) KDE_DEPRECATED
- Constructs a title widget with the specified pixmap and colors.
- Member KProgress::maxValue () KDE_DEPRECATED
- Use totalSteps() instead
- Member KProgress::setRange (int min, int max) KDE_DEPRECATED
- but kept for source compatibility with KDE2's KProgress. Use setTotalSteps() instead
- Member KProgress::setValue (int progress)
- Use setProgress(int) instead
- Member KProgress::value () const KDE_DEPRECATED
- Retrieves the current status, use progress() instead
- Member KProgressBoxDialog::allowCancel () KDE_DEPRECATED
- Member KProgressBoxDialog::buttonText () KDE_DEPRECATED
- Member KProgressBoxDialog::labelText () KDE_DEPRECATED
- Member KProgressBoxDialog::minimumDuration () KDE_DEPRECATED
- Member KProgressDialog::allowCancel () KDE_DEPRECATED
- Member KProgressDialog::buttonText () KDE_DEPRECATED
- Member KProgressDialog::labelText () KDE_DEPRECATED
- Member KProgressDialog::minimumDuration () KDE_DEPRECATED
- Member KRootPixmap::checkAvailable (bool)
- Member KRuler::setValuePerBigMark (int) KDE_DEPRECATED
- This method has no effect other than an update. Do not use.
- Member KRuler::setValuePerLittleMark (int) KDE_DEPRECATED
- This method has no effect other than an update. Do not use.
- Member KRuler::setValuePerMediumMark (int) KDE_DEPRECATED
- This method has no effect other than an update. Do not use.
- Member KSelectAction::setRemoveAmpersandsInCombo (bool b) KDE_DEPRECATED
- See setMenuAccelsEnabled .
- Since
- 3.1
- Member KSpell::modalCheck (TQString &text) KDE_DEPRECATED
- Performs a synchronous spellcheck.
- Member KStatusBar::BarStatus
- WARNING: This enum is only for backward compatibility and it may be removed. No method here uses it.
- Member KStdAction::action (StdAction act_enum, const TQObject *recvr, const char *slot, KActionCollection *parent, const char *name=0L)
- . Creates an action corresponding to the KStdAction::StdAction enum.
- Member KStdAction::showToolbar (const TQObject *recvr, const char *slot, KActionCollection *parent, const char *name=0) KDE_DEPRECATED
- . toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: KMainWindow::createStandardStatusBarAction() Show/Hide the primary toolbar.
- Since
- 3.1
- Member KStdAction::showToolbar (const char *toolBarName, KActionCollection *parent, const char *name=0) KDE_DEPRECATED
- . toolbar actions are created automatically now in the Settings menu. Don't use this anymore. See: KMainWindow::setStandardToolBarMenuEnabled(bool); Show/Hide the primary toolbar.
- Member KStdAction::stdName (StdAction act_enum)
- . Use name()
- Member KTextEdit::createPopupMenu ()
- Member KToolBar::BarStatus
- Member KToolBar::enable (BarStatus stat) KDE_DEPRECATED
- Member KToolBar::enableFloating (bool flag) KDE_DEPRECATED
- Member KToolBar::enableMoving (bool flag=true) KDE_DEPRECATED
- use setMovingEnabled(bool) instead.
- Member KToolBar::maxHeight () KDE_DEPRECATED
- Use maximumHeight() instead.
- Returns
- the value set with setMaxHeight().
- Member KToolBar::maxWidth () KDE_DEPRECATED
- Member KToolBar::setMaxHeight (int h) KDE_DEPRECATED
- Member KToolBar::setMaxWidth (int dw) KDE_DEPRECATED
- Member KToolBarButton::setDefaultIcon (const TQString &icon) KDE_DEPRECATED
- Force the button to use this icon as the default one rather then generating it using effects.
- Member KToolBarButton::setDefaultPixmap (const TQPixmap &pixmap) KDE_DEPRECATED
- Force the button to use this pixmap as the default one rather then generating it using effects.
- Member KToolBarButton::setDisabledIcon (const TQString &icon) KDE_DEPRECATED
- Force the button to use this icon when disabled one rather then generating it using effects.
- Member KToolBarButton::setDisabledPixmap (const TQPixmap &pixmap) KDE_DEPRECATED
- Force the button to use this pixmap when disabled one rather then generating it using effects.
- Member KToolBarButton::setIcon (const TQString &icon, bool generate)
- Set the active icon for this button. The pixmap itself is loaded internally based on the icon size... .. the disabled and default pixmaps, however will only be constructed if generate is true. This function is preferred over setPixmap
- Member KToolBarButton::setPixmap (const TQPixmap &pixmap) KDE_DEPRECATED
- Set the pixmap directly for this button. This pixmap should be the active one... the dimmed and disabled pixmaps are constructed based on this one. However, don't use this function unless you are positive that you don't want to use setIcon.