~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/ui/dialog/tracedialog.h

  • Committer: gustav_b
  • Date: 2007-08-29 21:27:07 UTC
  • Revision ID: gustav_b@users.sourceforge.net-20070829212707-xvg87a2oqejqioxv
Dockable dialogs patch applied 
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    /**
35
35
     * Constructor
36
36
     */
37
 
    TraceDialog() : Dialog ("dialogs.trace", SP_VERB_SELECTION_TRACE)
 
37
    TraceDialog(Behavior::BehaviorFactory behavior_factory) : 
 
38
        Dialog (behavior_factory, "dialogs.trace", SP_VERB_SELECTION_TRACE)
38
39
        {}
39
40
 
40
41
 
41
42
    /**
42
43
     * Factory method
43
44
     */
44
 
    static TraceDialog *create();
 
45
    static TraceDialog *create(Behavior::BehaviorFactory behavior_factory);
45
46
 
46
47
    /**
47
48
     * Destructor