File indexing completed on 2025-07-06 10:22:24
0001 /* This file is part of the KDE project 0002 SPDX-FileCopyrightText: 2001 Graham Short <grahshrt@netscape.net> 0003 0004 SPDX-License-Identifier: LGPL-2.0-or-later 0005 */ 0006 #ifndef QPROFORMULA_H 0007 #define QPROFORMULA_H 0008 0009 #include <qpro/formula.h> 0010 0011 namespace Calligra 0012 { 0013 namespace Sheets 0014 { 0015 namespace QuattroPro 0016 { 0017 0018 class Formula : public QpFormula 0019 { 0020 public: 0021 Formula(QpRecFormulaCell& pCell, QpTableNames& pTable); 0022 ~Formula(); 0023 }; 0024 0025 } 0026 } 0027 } 0028 0029 #endif // QPROFORMULA_H