From 0b81a0c481a3a64d5449171a534bc8c91ae73181 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 Jan 2025 23:01:29 +0900 Subject: Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp. Signed-off-by: Michele Calgaro --- tdeio/tests/getalltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeio/tests/getalltest.cpp') diff --git a/tdeio/tests/getalltest.cpp b/tdeio/tests/getalltest.cpp index 96d39c3c2..40a0ec934 100644 --- a/tdeio/tests/getalltest.cpp +++ b/tdeio/tests/getalltest.cpp @@ -7,7 +7,7 @@ int main(int argc, char *argv[]) { - TDEApplication k(argc,argv,"getalltest",false/*nostyle*/,false/*noGUI*/); // KMessageBox needs KApp for makeStdCaption + TDEApplication k(argc,argv,"getalltest",false/*nostyle*/,false/*noGUI*/); // KMessageBox needs TDEApp for makeStdCaption //for (int i = 0 ; i < 2 ; ++i ) { // test twice to see if they got deleted kdDebug() << "All services" << endl; -- cgit v1.2.1