Fix akonadimodel.cpp:1: warning: unterminated character constant
[kdepim.git] / ktimetracker / desktoplist.h
blob2123eb14be495e9804c5faa3091d7e5e07a0c777
1 /*
2 * Copyright (C) 2003 by Tomas Pospisek <tpo@sourcepole.ch>
3 * 2007 the ktimetracker developers
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the
17 * Free Software Foundation, Inc.
18 * 51 Franklin Street, Fifth Floor
19 * Boston, MA 02110-1301 USA.
23 #ifndef KTIMETRACKER_DESKTOP_LIST_H
24 #define KTIMETRACKER_DESKTOP_LIST_H
26 #include <QVector>
28 typedef QVector<int> DesktopList;
30 #endif // KTIMETRACKER_DESKTOP_LIST_H