|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
|
|
|
|
|
#include <xmlutils.h>
|
|
|
|
|
#include <tqobject.h>
|
|
|
|
|
#include <tqsortedlist.h>
|
|
|
|
|
#include <tqptrlist.h>
|
|
|
|
|
#include <tqstring.h>
|
|
|
|
|
#include <tqtextstream.h>
|
|
|
|
|
|
|
|
|
@ -224,7 +224,7 @@ const TQString DocumentItem::visibilityScript() const
|
|
|
|
|
return m_visibilityScript;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
typedef TQSortedList<DocumentItem> DocumentItemList;
|
|
|
|
|
typedef TQPtrList<DocumentItem> DocumentItemList;
|
|
|
|
|
|
|
|
|
|
#endif //DOCUMENTITEM_H
|
|
|
|
|
|
|
|
|
|