karm

desktoplist.h
1#ifndef KARM_DESKTOP_LIST_H
2#define KARM_DESKTOP_LIST_H
3
4#include <tqvaluevector.h>
5
6typedef TQValueVector<int> DesktopList;
7
8#endif // KARM_DESKTOP_LIST_H