From 834496cf73084adeb3959b6e2c11f104955bb69a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 14 Jan 2025 15:08:54 +0900 Subject: Use tdeApp Signed-off-by: Michele Calgaro --- nsplugins/pluginscan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nsplugins/pluginscan.cpp') diff --git a/nsplugins/pluginscan.cpp b/nsplugins/pluginscan.cpp index 0ed350abb..2e02b6d91 100644 --- a/nsplugins/pluginscan.cpp +++ b/nsplugins/pluginscan.cpp @@ -653,7 +653,7 @@ int main( int argc, char **argv ) printf("90\n"); fflush(stdout); } - DCOPClient *dcc = kapp->dcopClient(); + DCOPClient *dcc = tdeApp->dcopClient(); if ( !dcc->isAttached() ) dcc->attach(); // Tel kded to update sycoca database. -- cgit v1.2.3