~ubuntu-branches/ubuntu/warty/kdebase/warty

« back to all changes in this revision

Viewing changes to kcontrol/smserver/smserverconfigimpl.cpp

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-16 04:51:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040916045145-9vr63kith3k1cpza
Tags: upstream-3.2.2
ImportĀ upstreamĀ versionĀ 3.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
                          smserverconfigimpl.cpp  -  description
 
3
                             -------------------
 
4
    begin                : Thu May 17 2001
 
5
    copyright            : (C) 2001 by stulle
 
6
    email                : stulle@tux
 
7
 ***************************************************************************/
 
8
 
 
9
/***************************************************************************
 
10
 *                                                                         *
 
11
 *   This program is free software; you can redistribute it and/or modify  *
 
12
 *   it under the terms of the GNU General Public License as published by  *
 
13
 *   the Free Software Foundation; either version 2 of the License, or     *
 
14
 *   (at your option) any later version.                                   *
 
15
 *                                                                         *
 
16
 ***************************************************************************/
 
17
 
 
18
#include "smserverconfigimpl.h"
 
19
#include "smserverconfigimpl.moc"
 
20
 
 
21
SMServerConfigImpl::SMServerConfigImpl(QWidget *parent, const char *name ) : SMServerConfigDlg(parent,name) {
 
22
 
 
23
}
 
24
SMServerConfigImpl::~SMServerConfigImpl(){
 
25
}
 
26
/** No descriptions */
 
27
void SMServerConfigImpl::configChanged(){
 
28
 
 
29
 emit changed();
 
30
 
 
31
}