From 0e5ef873f0394ebc87c08d030130cf4089cb1d42 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 22 Dec 2023 18:45:07 +0900 Subject: Replace various '#define' strings - part 6 Signed-off-by: Michele Calgaro (cherry picked from commit c4a6487c827add9382001ff1892b8fb3bfa94682) --- khotkeys/update/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'khotkeys/update') diff --git a/khotkeys/update/update.cpp b/khotkeys/update/update.cpp index 3368ee21e..19e503ac5 100644 --- a/khotkeys/update/update.cpp +++ b/khotkeys/update/update.cpp @@ -46,7 +46,7 @@ int main( int argc, char* argv[] ) kdWarning() << "File " << id << " not found!" << endl; return 1; } - init_global_data( false, TQT_TQOBJECT(&app) ); + init_global_data( false, &app ); Settings settings; settings.read_settings( true ); TDEConfig cfg( file, true ); -- cgit v1.2.1