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