2 * Copyright 2008, Haiku.
3 * Distributed under the terms of the MIT license.
6 * Michael Pfeiffer <laplace@users.sourceforge.net>
13 #include <InterfaceKit.h>
14 #include "PPDConfigView.h"
15 #include "MsgConsts.h"
17 #define APPLICATION "PPD Printer Selection and Configuration Prototype"
18 #define SIGNATURE "application/x-vnd.mwp-ppd-prototype"
21 class AppWindow
: public BWindow
{
25 void AboutRequested();
26 void MessageReceived(BMessage
*message
);
30 PPDConfigView
*fConfig
;
33 class PPDConfigApplication
: public BApplication
{
36 PPDConfigApplication();
39 #define my_app ((PPDConfigApplication*)be_app)