diff options
Diffstat (limited to 'kspread/kspread_editors.cc')
-rw-r--r-- | kspread/kspread_editors.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kspread/kspread_editors.cc b/kspread/kspread_editors.cc index 1edef10d..6fefd272 100644 --- a/kspread/kspread_editors.cc +++ b/kspread/kspread_editors.cc @@ -304,7 +304,7 @@ class FunctionCompletion::Private public: CellEditor* editor; TQVBox *completionPopup; - KListBox *completionListBox; + TDEListBox *completionListBox; TQLabel* hintLabel; }; @@ -321,7 +321,7 @@ TQObject( editor ) d->completionPopup->installEventFilter( this ); d->completionPopup->setSizePolicy( TQSizePolicy::Expanding, TQSizePolicy::Minimum); - d->completionListBox = new KListBox( d->completionPopup ); + d->completionListBox = new TDEListBox( d->completionPopup ); d->completionPopup->setFocusProxy( d->completionListBox ); d->completionListBox->setFrameStyle( TQFrame::NoFrame ); d->completionListBox->setVariableWidth( true ); |