summaryrefslogtreecommitdiffstats
path: root/tdeio/tests/getalltest.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-13 23:01:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-15 16:22:14 +0900
commitb71912fbcb90d5504aad9f17530c94169a661fed (patch)
treee9039e4a956fb8af5ba2878db5320236eb0f93b1 /tdeio/tests/getalltest.cpp
parent8ee06ec529e375693eaefa6fb68dc496d36fd367 (diff)
downloadtdelibs-rename/kapp-tdeapp.tar.gz
tdelibs-rename/kapp-tdeapp.zip
Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp.rename/kapp-tdeapp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeio/tests/getalltest.cpp')
-rw-r--r--tdeio/tests/getalltest.cpp2
1 files changed, 1 insertions, 1 deletions
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;