summaryrefslogtreecommitdiffstats
path: root/kghostview/kgv.h
blob: db7a16790ab13c64f7ac96eb3c91f45ea1206e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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