summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_editors.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:47:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 17:47:17 -0600
commit338af5d52cf033dd699e3fb1595c36036c2ffc0b (patch)
tree6ff81e02c67ad66f528cc634a8db2a06734bc3a3 /kspread/kspread_editors.h
parentea720a87cc64cfc09e53ff48303de43b4df1fb01 (diff)
downloadkoffice-338af5d52cf033dd699e3fb1595c36036c2ffc0b.tar.gz
koffice-338af5d52cf033dd699e3fb1595c36036c2ffc0b.zip
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kspread/kspread_editors.h')
-rw-r--r--kspread/kspread_editors.h2
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();
};