Test my new script

svn path=/branches/work/kde4/kdegraphics/kdvi/; revision=426488
This commit is contained in:
Laurent Montel 2005-06-17 13:16:29 +00:00
parent 17694865f7
commit 46709303c5

View file

@ -93,8 +93,8 @@ int main(int argc, char** argv)
Q3CString id = app.dcopClient()->registerAs("unique-kviewshell");
if (id.isNull())
kdError(4300) << "There was an error using dcopClient()->registerAs()." << endl;
QCStringList apps = app.dcopClient()->registeredApplications();
for ( QCStringList::Iterator it = apps.begin(); it != apps.end(); ++it )
DCOPCStringList apps = app.dcopClient()->registeredApplications();
for ( DCOPCStringList::Iterator it = apps.begin(); it != apps.end(); ++it )
{
if ((*it).find("kviewshell") == 0)
{