diff options
Diffstat (limited to 'khotkeys/update/update.cpp')
-rw-r--r-- | khotkeys/update/update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khotkeys/update/update.cpp b/khotkeys/update/update.cpp index c99efda49..91456ed70 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, &app ); + init_global_data( false, TQT_TQOBJECT(&app) ); Settings settings; settings.read_settings( true ); KConfig cfg( file, true ); |