diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:47:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:47:17 -0600 |
commit | 338af5d52cf033dd699e3fb1595c36036c2ffc0b (patch) | |
tree | 6ff81e02c67ad66f528cc634a8db2a06734bc3a3 /kspread/dialogs | |
parent | ea720a87cc64cfc09e53ff48303de43b4df1fb01 (diff) | |
download | koffice-338af5d52cf033dd699e3fb1595c36036c2ffc0b.tar.gz koffice-338af5d52cf033dd699e3fb1595c36036c2ffc0b.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'kspread/dialogs')
-rw-r--r-- | kspread/dialogs/kspread_dlg_formula.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/dialogs/kspread_dlg_formula.h b/kspread/dialogs/kspread_dlg_formula.h index 236ef9e9..1bf30db3 100644 --- a/kspread/dialogs/kspread_dlg_formula.h +++ b/kspread/dialogs/kspread_dlg_formula.h @@ -139,7 +139,7 @@ private: TQLineEdit *result; KLineEdit *searchFunct; - KCompletion listFunct; + TDECompletion listFunct; TQLabel* label1; TQLabel* label2; |