You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/kword/latex/import/parser/group.h

19 lines
244 B

#ifndef __LATEXPARSER_GROUP_H__
#define __LATEXPARSER_GROUP_H__
#include <tqptrlist.h>
#include "element.h"
class Group: public Element, public TQPtrList<Element>
{
public:
Group();
~Group();
};
#endif /* __LATEXPARSER_GROUP_H__ */