Switch to unified view

a/application.h b/application.h
...
...
45
    void openSongcast();
45
    void openSongcast();
46
    void reconnectOrChoose();
46
    void reconnectOrChoose();
47
    void onSourceTypeChanged(int);
47
    void onSourceTypeChanged(int);
48
    void onDirSortOrder();
48
    void onDirSortOrder();
49
    void onPrefsChanged();
49
    void onPrefsChanged();
50
    void writeDescription();
50
    
51
    
51
private:
52
private:
52
    class Internal;
53
    class Internal;
53
    Internal *m;
54
    Internal *m;
54
55