summaryrefslogtreecommitdiffstats
path: root/tqt3integration/libtqttde/tqttde.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tqt3integration/libtqttde/tqttde.cpp')
-rw-r--r--tqt3integration/libtqttde/tqttde.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tqt3integration/libtqttde/tqttde.cpp b/tqt3integration/libtqttde/tqttde.cpp
index 3647db8a2..aa9f10a67 100644
--- a/tqt3integration/libtqttde/tqttde.cpp
+++ b/tqt3integration/libtqttde/tqttde.cpp
@@ -87,10 +87,10 @@ static DCOPClient* dcopClient()
assert( tqApp != NULL ); // TODO
prepared = true;
dcop->bindToApp();
- if( !tqApp->inherits( "TDEApplication" )) // KApp takes care of input blocking
+ if( !tqApp->inherits( "TDEApplication" )) // TDEApp takes care of input blocking
{
static tqttde_EventLoop* loop = new tqttde_EventLoop;
- TQObject::connect( dcop, TQT_SIGNAL( blockUserInput( bool )), loop, TQT_SLOT( block( bool )));
+ TQObject::connect( dcop, TQ_SIGNAL( blockUserInput( bool )), loop, TQ_SLOT( block( bool )));
}
}
return dcop;