summaryrefslogtreecommitdiffstats
path: root/karm/desktoplist.h
blob: ab8404822ea1611e4351559427c106cf86466708 (plain)
1
2
3
4
5
6
7
8
#ifndef KARM_DESKTOP_LIST_H
#define KARM_DESKTOP_LIST_H

#include <qvaluevector.h>

typedef QValueVector<int> DesktopList;

#endif // KARM_DESKTOP_LIST_H