~ubuntu-branches/debian/sid/smplayer/sid

« back to all changes in this revision

Viewing changes to src/prefdrives.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-03-31 23:05:43 UTC
  • mto: (1.1.9 upstream) (3.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090331230543-nsklbxenl2hf2n6h
Tags: upstream-0.6.7
ImportĀ upstreamĀ versionĀ 0.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  smplayer, GUI front-end for mplayer.
2
 
    Copyright (C) 2006-2008 Ricardo Villalba <rvm@escomposlinux.org>
 
2
    Copyright (C) 2006-2009 Ricardo Villalba <rvm@escomposlinux.org>
3
3
 
4
4
    This program is free software; you can redistribute it and/or modify
5
5
    it under the terms of the GNU General Public License as published by
21
21
 
22
22
#include "ui_prefdrives.h"
23
23
#include "prefwidget.h"
 
24
#include "config.h"
24
25
 
25
26
class Preferences;
26
27
 
50
51
        void setCDRomDevice( QString dir );
51
52
        QString cdromDevice();
52
53
 
 
54
#if DVDNAV_SUPPORT
 
55
        void setUseDVDNav(bool b);
 
56
        bool useDVDNav();
 
57
#endif
 
58
 
53
59
protected:
54
60
        virtual void retranslateStrings();
55
61
};