~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to kde/src/conf/dlghooks.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
   //Destructor
38
38
   ~DlgHooks();
39
39
 
 
40
   bool hasChanged();
 
41
 
 
42
private:
 
43
   bool m_Changed;
 
44
 
 
45
public Q_SLOTS:
 
46
   void updateWidgets();
 
47
   void updateSettings();
 
48
 
 
49
private Q_SLOTS:
 
50
   void setChanged();
 
51
 
 
52
Q_SIGNALS:
 
53
   void updateButtons();
 
54
 
40
55
};
41
56
 
42
57
#endif