|
|
|
@ -74,12 +74,12 @@ int main( int argc, char ** argv )
|
|
|
|
|
// DCOP stuff
|
|
|
|
|
KCHMDCOPIface iface;
|
|
|
|
|
|
|
|
|
|
DCOPClient *client = kapp->dcopClient();
|
|
|
|
|
DCOPClient *client = tdeApp->dcopClient();
|
|
|
|
|
|
|
|
|
|
if ( !client->attach() )
|
|
|
|
|
tqWarning("DCOP attach failed");
|
|
|
|
|
|
|
|
|
|
//TQCString realAppId = client->registerAs( kapp->name() );
|
|
|
|
|
//TQCString realAppId = client->registerAs( tdeApp->name() );
|
|
|
|
|
TQCString realAppId = client->registerAs( "kchmviewer" );
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|