diff --git a/active/components/test.qml b/active/components/test.qml index 19c32f01b..2360ff564 100644 --- a/active/components/test.qml +++ b/active/components/test.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Marco Martin + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + import QtQuick 1.1 import org.kde.okular 0.1 @@ -6,7 +25,8 @@ Item { height: 200 DocumentItem { id: documentItem - path: "/home/diau/Books/Fox Trapping A Book of Instruction Telling How to Trap, Snare, Poison and Shoot - A Valuable Book for Trappers - 29483.epub" + //put the full path of a pdf file here to test + path: "/path/to/pdf file" } Flickable { anchors {