|
|
@ -661,7 +661,7 @@ void CatalogManager::openFile(TQString filename, TQString package)
|
|
|
|
|
|
|
|
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
"Please check your installation of KDE."));
|
|
|
|
"Please check your TDE installation."));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -694,7 +694,7 @@ void CatalogManager::openFile(TQString filename, TQString package, int msgid)
|
|
|
|
|
|
|
|
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
"Please check your installation of KDE."));
|
|
|
|
"Please check your TDE installation."));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -725,7 +725,7 @@ void CatalogManager::openFileInNewWindow(TQString filename, TQString package)
|
|
|
|
|
|
|
|
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
"Please check your installation of KDE."));
|
|
|
|
"Please check your TDE installation."));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -755,7 +755,7 @@ void CatalogManager::openTemplate(TQString openFilename,TQString saveFilename,TQ
|
|
|
|
|
|
|
|
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
"Please check your installation of KDE."));
|
|
|
|
"Please check your TDE installation."));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -785,7 +785,7 @@ void CatalogManager::openTemplateInNewWindow(TQString openFilename,TQString save
|
|
|
|
|
|
|
|
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
if( !client->send("kbabel","KBabelIFace", callfunc, data) )
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
"Please check your installation of KDE."));
|
|
|
|
"Please check your TDE installation."));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -805,7 +805,7 @@ void CatalogManager::spellcheck()
|
|
|
|
|
|
|
|
|
|
|
|
if( !client->send("kbabel","KBabelIFace", "spellcheck(TQStringList)", data) )
|
|
|
|
if( !client->send("kbabel","KBabelIFace", "spellcheck(TQStringList)", data) )
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
"Please check your installation of KDE."));
|
|
|
|
"Please check your TDE installation."));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -825,7 +825,7 @@ void CatalogManager::markedSpellcheck()
|
|
|
|
|
|
|
|
|
|
|
|
if( !client->send("kbabel","KBabelIFace", "spellcheck(TQStringList)", data) )
|
|
|
|
if( !client->send("kbabel","KBabelIFace", "spellcheck(TQStringList)", data) )
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
KMessageBox::error(this, i18n("Cannot send a message to KBabel.\n"
|
|
|
|
"Please check your installation of KDE."));
|
|
|
|
"Please check your TDE installation."));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|