|
|
|
@ -51,7 +51,7 @@ void ActionOpenDocument::execute(const KatapultItem* item) const
|
|
|
|
|
{
|
|
|
|
|
if(strcmp(item->className(), "Document") == 0 || strcmp(item->className(), "Directory") == 0) {
|
|
|
|
|
const Document *document = (const Document *) item;
|
|
|
|
|
qDebug("%s", TQString("Running: %1").arg(document->path()).latin1());
|
|
|
|
|
tqDebug("%s", TQString("Running: %1").arg(document->path()).latin1());
|
|
|
|
|
new KRun(document->path());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|