~ubuntu-branches/ubuntu/karmic/kradio/karmic

« back to all changes in this revision

Viewing changes to kradio3/plugins/recording/recording-monitor.h

  • Committer: Bazaar Package Importer
  • Author(s): Marc 'HE' Brockschmidt
  • Date: 2008-03-16 19:00:02 UTC
  • mfrom: (3.1.2 gutsy)
  • Revision ID: james.westby@ubuntu.com-20080316190002-sdjqu8cahhx7c6tk
Tags: 0.1.1.1~20061112-3.1
* Non-maintainer upload.
* Fix gcc-4.3 FTBFS, patch by Kibi (Closes: #455390)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include <qwidget.h>
26
26
 
27
 
#include "../../src/libkradio/widgetplugins.h"
28
 
#include "../../src/interfaces/soundstreamclient_interfaces.h"
 
27
#include "../../src/include/widgetplugins.h"
 
28
#include "../../src/include/soundstreamclient_interfaces.h"
29
29
//#include <kradio/interfaces/recording-interfaces.h>
30
30
 
31
31
 
79
79
public slots:
80
80
 
81
81
    void    toggleShown() { WidgetPluginBase::pToggleShown(); }
 
82
    void    showOnOrgDesktop();
82
83
    void    show();
83
84
    void    hide();
84
85