00001 /*************************************************************************** 00002 smserverconfigimpl.h - description 00003 ------------------- 00004 begin : Thu May 17 2001 00005 copyright : (C) 2001 by stulle 00006 email : stulle@tux 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef SMSERVERCONFIGIMPL_H 00019 #define SMSERVERCONFIGIMPL_H 00020 00021 #include <tqwidget.h> 00022 #include "smserverconfigdlg.h" 00023 00028 class SMServerConfigImpl : public SMServerConfigDlg { 00029 Q_OBJECT 00030 public: 00031 SMServerConfigImpl(TQWidget *parent=0, const char *name=0); 00032 ~SMServerConfigImpl(); 00033 public slots: // Public slots 00035 void configChanged(); 00036 signals: // Signals 00038 void changed(); 00039 }; 00040 00041 #endif
1.6.1