summaryrefslogtreecommitdiffstats
path: root/kghostview/kgv.h
blob: 669d94f14f08e1fa5507d6ade1bf5cf4aa38419f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef KGV_H
#define KGV_H

#include <tqvaluelist.h>

namespace KGV
{

typedef TQValueList<int> PageList;

}

#endif

// vim:sw=4:sts=4:ts=8:noet