qtmobility/examples/publish-subscribe/publisherdialog.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    63 
    63 
    64 public:
    64 public:
    65     PublisherDialog(QWidget *parent = 0);
    65     PublisherDialog(QWidget *parent = 0);
    66     ~PublisherDialog();
    66     ~PublisherDialog();
    67 
    67 
    68 #ifdef QTM_SMALL_SCREEN
    68 #ifdef QTM_EXAMPLES_SMALL_SCREEN
    69 signals:
    69 signals:
    70     void switchRequested();
    70     void switchRequested();
    71 #endif
    71 #endif
    72 
    72 
    73 protected:
    73 protected: