diff options
Diffstat (limited to 'kghostview/kgv.h')
-rw-r--r-- | kghostview/kgv.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kghostview/kgv.h b/kghostview/kgv.h new file mode 100644 index 00000000..db7a1679 --- /dev/null +++ b/kghostview/kgv.h @@ -0,0 +1,15 @@ +#ifndef KGV_H +#define KGV_H + +#include <qvaluelist.h> + +namespace KGV +{ + +typedef QValueList<int> PageList; + +} + +#endif + +// vim:sw=4:sts=4:ts=8:noet |