~ubuntu-branches/ubuntu/natty/kdemultimedia/natty-proposed

« back to all changes in this revision

Viewing changes to kscd/gui/panel.h

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2011-05-26 02:41:36 UTC
  • mfrom: (0.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: james.westby@ubuntu.com-20110526024136-jjwsigfy402jhupm
Tags: upstream-4.6.3
ImportĀ upstreamĀ versionĀ 4.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        Q_OBJECT
46
46
 
47
47
public:
48
 
        explicit Panel(QWidget * parent=0, const QString& sName="panel");
 
48
        explicit Panel(QWidget * parent=0, const QString& sName=QLatin1String( "panel" ));
49
49
        virtual ~Panel();
50
50
        QString getTitle() const;
51
51
        QString getAlbum() const;
70
70
        void setTitle(const QString & title);
71
71
        void setAuthor(const QString & author);
72
72
        void setAlbum(const QString & album);
73
 
        void setVolume(const QString & volume);
 
73
//      void setVolume(const QString & volume);
74
74
        void setLoop(const QString& loop);
75
75
        void setRandom(const QString& random);
76
76
        void displayInfo(const QString& loop, const QString& random);