diff options
Diffstat (limited to 'kspread/kspread_editors.h')
-rw-r--r-- | kspread/kspread_editors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/kspread_editors.h b/kspread/kspread_editors.h index b0dff610..6d4a77a5 100644 --- a/kspread/kspread_editors.h +++ b/kspread/kspread_editors.h @@ -279,7 +279,7 @@ protected: virtual void keyPressEvent( TQKeyEvent * _ev ); private: View * m_pView; - KCompletion completionList; + TDECompletion completionList; bool activateItem(); }; |