From eeaba432771e0706f7d25da663123aad6f4e5b85 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 25 Nov 2013 02:22:16 -0600 Subject: Automated update from Qt3 --- src/kernel/ntqapplication.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/kernel/ntqapplication.h') diff --git a/src/kernel/ntqapplication.h b/src/kernel/ntqapplication.h index eeed8c9e7..3618bf3bf 100644 --- a/src/kernel/ntqapplication.h +++ b/src/kernel/ntqapplication.h @@ -539,12 +539,6 @@ inline TQSize TQApplication::globalStrut() return app_strut; } -inline bool TQApplication::sendEvent( TQObject *receiver, TQEvent *event ) -{ if ( event ) event->spont = FALSE; return tqApp ? tqApp->notify( receiver, event ) : FALSE; } - -inline bool TQApplication::sendSpontaneousEvent( TQObject *receiver, TQEvent *event ) -{ if ( event ) event->spont = TRUE; return tqApp ? tqApp->notify( receiver, event ) : FALSE; } - #ifdef QT_NO_TRANSLATION // Simple versions inline TQString TQApplication::translate( const char *, const char *sourceText, -- cgit v1.2.1