~ubuntu-branches/ubuntu/trusty/me-tv/trusty

« back to all changes in this revision

Viewing changes to src/scan_dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Teis Dreijer
  • Date: 2010-02-14 11:29:00 UTC
  • mfrom: (1.1.11 upstream) (3.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100214112900-krutrmpz248vz1ji
Tags: 1.1.6-2
* Updated debian/control
  - Removed libgnomem-2.6-dev and libgnomeuimm-2.6-dev
    from Build-Depends (Closes: #568782)
  - Added libgconfmm-2.6-dev to Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef __SCAN_DIALOG_H__
22
22
#define __SCAN_DIALOG_H__
23
23
 
24
 
#include <libgnomeuimm.h>
 
24
#include <gtkmm.h>
25
25
#include "device_manager.h"
26
26
#include "dvb_scanner.h"
27
27
#include "thread.h"
39
39
        Dvb::Frontend& frontend;
40
40
                                
41
41
public:
42
 
        ScanThread(Dvb::Frontend& scan_frontend, const Glib::ustring& file);
 
42
        ScanThread(Dvb::Frontend& scan_frontend, const Glib::ustring& file = "");
43
43
                
44
44
        void run();
45
45
        void stop();