~ubuntu-branches/ubuntu/natty/kdenetwork/natty-proposed

« back to all changes in this revision

Viewing changes to .pc/kubuntu_05_samba_sharing.diff/filesharing/advanced/nfs/hostprops.ui.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-02-21 14:26:58 UTC
  • Revision ID: package-import@ubuntu.com-20110221142658-mzt9flk82tzdunxj
Tags: 4:4.6.0-0ubuntu4
Update kubuntu_05_samba_sharing.diff to match master

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** ui.h extension file, included from the uic-generated form implementation.
 
3
**
 
4
** If you wish to add, delete or rename slots use Qt Designer which will
 
5
** update this file, preserving your code. Create an init() slot in place of
 
6
** a constructor, and a destroy() slot in place of a destructor.
 
7
*****************************************************************************/
 
8
 
 
9
#ifndef NFS_HOSTPROPS_UI_H
 
10
#define NFS_HOSTPROPS_UI_H
 
11
 
 
12
void HostProps::setModified()
 
13
{
 
14
    emit modified();
 
15
}
 
16
 
 
17
#endif // NFS_HOSTPROPS_UI_H