Untrack Makefiles
[qcomicbook-oblomov] / src / miscutil.h
1 /*
2  * This file is a part of QComicBook.
3  *
4  * Copyright (C) 2005-2006 Pawel Stolowski <yogin@linux.bydg.org>
5  *
6  * QComicBook is free software; you can redestribute it and/or modify it
7  * under terms of GNU General Public License by Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY. See GPL for more details.
11  */
12
13 #ifndef __MISCUTIL_H
14 #define __MISCUTIL_H
15
16 class QString;
17
18 namespace Utility
19 {
20         QString which(const QString &command); //similiar to shell 'which' command
21 }
22
23 #endif
24