From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- tqt3integration/libqtkde/qtkde.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tqt3integration') diff --git a/tqt3integration/libqtkde/qtkde.cpp b/tqt3integration/libqtkde/qtkde.cpp index a2f93b48f..96ad72429 100644 --- a/tqt3integration/libqtkde/qtkde.cpp +++ b/tqt3integration/libqtkde/qtkde.cpp @@ -87,7 +87,7 @@ static DCOPClient* dcopClient() assert( tqApp != NULL ); // TODO prepared = true; dcop->bindToApp(); - if( !tqApp->inherits( "KApplication" )) // KApp takes care of input blocking + if( !tqApp->inherits( "TDEApplication" )) // KApp takes care of input blocking { static qtkde_EventLoop* loop = new qtkde_EventLoop; TQObject::connect( dcop, TQT_SIGNAL( blockUserInput( bool )), loop, TQT_SLOT( block( bool ))); -- cgit v1.2.3