~ubuntu-branches/ubuntu/oneiric/kdenetwork/oneiric-updates

« back to all changes in this revision

Viewing changes to .pc/kubuntu_05_samba_sharing.diff/filesharing/advanced/kcm_sambaconf/kcminterface.h

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac, Philip Muškovac
  • Date: 2011-07-10 12:36:35 UTC
  • mfrom: (1.1.59 upstream)
  • Revision ID: package-import@ubuntu.com-20110710123635-3db9oyxdswp4sp1e
Tags: 4:4.6.90-0ubuntu1
* New upstream release
 - Bump on kde-sc-dev-latest
 - s/kdebase-runtime-dev/kde-runtime-dev
* Dropped kubuntu_05_samba_sharing.diff <- went upstream
* Added kubuntu_05_make_old_symbols_reappear_and_fix_building.diff
* Refreshed *.install
* Refreshed symbols

[ Philip Muškovac ]
* fix debug package depends on kdebase-runtime-dbg -> kde-runtime-dbg 
  and recommends on kde-workspace-dbg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************************************
2
 
 *                                                                            *
3
 
 *  This file is part of KSambaPlugin.                                        *
4
 
 *                                                                            *
5
 
 *  KSambaPlugin is free software; you can redistribute it and/or modify      *
6
 
 *  it under the terms of the GNU General Public License as published by      *
7
 
 *  the Free Software Foundation; either version 2 of the License, or         *
8
 
 *  (at your option) any later version.                                       *
9
 
 *                                                                            *
10
 
 *  KSambaPlugin is distributed in the hope that it will be useful,           *
11
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of            *
12
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             *
13
 
 *  GNU General Public License for more details.                              *
14
 
 *                                                                            *
15
 
 *  You should have received a copy of the GNU General Public License         *
16
 
 *  along with KSambaPlugin; if not, write to the Free Software                     *
17
 
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA  *
18
 
 *                                                                            *
19
 
 ******************************************************************************/
20
 
 
21
 
 
22
 
#ifndef KCMINTERFACE_H
23
 
#define KCMINTERFACE_H
24
 
 
25
 
#include <kiconloader.h>
26
 
#include <k3process.h>
27
 
 
28
 
 
29
 
#include "ui_kcminterface.h"
30
 
 
31
 
class KcmInterface : public QWidget, public Ui::KcmInterface
32
 
{
33
 
Q_OBJECT
34
 
 
35
 
public:
36
 
  KcmInterface(QWidget* parent);
37
 
  void init();
38
 
 
39
 
public slots:
40
 
  void changedSlot();
41
 
  void securityLevelCombo_activated( int i );
42
 
  void updateSecurityLevelHelpLbl();
43
 
  void shareRadio_clicked();
44
 
  void userRadio_clicked();
45
 
  void serverRadio_clicked();
46
 
  void domainRadio_clicked();
47
 
  void adsRadioClicked();
48
 
  void KUrlLabel1_leftClickedURL();
49
 
  void lmAnnounceCombo_activated( int i);
50
 
  void allowGuestLoginsChk_toggled( bool b);
51
 
  void mapToGuestCombo_activated( int i);
52
 
 
53
 
signals:
54
 
 void changed();
55
 
 
56
 
};
57
 
 
58
 
#endif // KCMINTERFACE_H