~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to kcontrol/randr/randrconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-05-02 23:57:34 UTC
  • mfrom: (1.2.1 upstream) (20.1.22 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502235734-kwrykz4qcvunwqf4
Tags: 4:4.0.4-0ubuntu1~hardy1
* New upstream release (LP: #225994)
* Updated control file (LP: #220655)
* Updated install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
class SettingsContainer;
29
29
class CollapsibleWidget;
30
30
class QGraphicsScene;
 
31
class OutputGraphicsItem;
31
32
class LayoutManager;
32
33
 
33
34
 
47
48
 
48
49
public slots:
49
50
        void slotUpdateView();
 
51
        void slotAdjustOutput(OutputGraphicsItem *o);
50
52
 
51
53
signals:
52
54
        void changed(bool c);
53
55
 
 
56
protected:
 
57
        virtual void resizeEvent(QResizeEvent *event);
 
58
        
54
59
private:
55
60
        RandRDisplay *m_display;
56
61
        bool m_changed;