summaryrefslogtreecommitdiffstats
path: root/kspread/tests/test_formula.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/tests/test_formula.cc')
-rw-r--r--kspread/tests/test_formula.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kspread/tests/test_formula.cc b/kspread/tests/test_formula.cc
index 93acc86f..2d992085 100644
--- a/kspread/tests/test_formula.cc
+++ b/kspread/tests/test_formula.cc
@@ -51,7 +51,7 @@ void run( Tester* test )
int main( int argc, char** argv )
{
// Initialize command line args
- KCmdLineArgs::init(argc, argv, "formulatest", "formulatest", "unit test", "0.1", true);
+ TDECmdLineArgs::init(argc, argv, "formulatest", "formulatest", "unit test", "0.1", true);
KApplication app(false, false);
run( new FormulaParserTester() );