~ubuntu-branches/ubuntu/gutsy/amarok/gutsy-updates

« back to all changes in this revision

Viewing changes to amarok/src/app.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-11-03 23:57:33 UTC
  • mfrom: (1.31.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061103235733-a41oyfz4mzienqin
Tags: 2:1.4.4-0ubuntu2
Add debian/kubuntu-media-amarok and
debian amarok_play_audiocd.desktop for good KDE integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <kapplication.h>   //baseclass
25
25
#include <kurl.h>
26
26
 
27
 
namespace amaroK {
 
27
namespace Amarok {
28
28
    class TrayIcon;
29
29
}
30
30
 
78
78
        void setRating4() { setRating( 4 ); }
79
79
        void setRating5() { setRating( 5 ); }
80
80
        void continueInit();
81
 
        
 
81
 
82
82
 
83
83
    public slots:
84
84
        void applySettings( bool firstTime = false );
113
113
        KGlobalAccel        *m_pGlobalAccel;
114
114
        PlayerWidget        *m_pPlayerWindow;
115
115
        PlaylistWindow      *m_pPlaylistWindow;
116
 
        amaroK::TrayIcon    *m_pTray;
 
116
        Amarok::TrayIcon    *m_pTray;
117
117
        MediaDeviceManager       *m_pMediaDeviceManager;
118
118
};
119
119