~ubuntu-branches/ubuntu/intrepid/kdesdk/intrepid-updates

« back to all changes in this revision

Viewing changes to umbrello/umbrello/cmd_id.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-05-28 10:11:43 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20080528101143-gzc3styjz1b70zxu
Tags: upstream-4.0.80
ImportĀ upstreamĀ versionĀ 4.0.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
 *                                                                         *
 
3
 *   This program is free software; you can redistribute it and/or modify  *
 
4
 *   it under the terms of the GNU General Public License as published by  *
 
5
 *   the Free Software Foundation; either version 2 of the License, or     *
 
6
 *   (at your option) any later version.                                   *
 
7
 *                                                                         *
 
8
 *  copyright (C) 2002-2008                                                *
 
9
 *  Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                   *
 
10
 ***************************************************************************/
 
11
 
 
12
#ifndef CMD_ID_H
 
13
#define CMD_ID_H
 
14
 
 
15
namespace Uml {
 
16
 
 
17
enum {
 
18
    IdMoveWidget,
 
19
    IdResizeWidget
 
20
};
 
21
 
 
22
}
 
23
 
 
24
#endif // CMD_ID_H