2 * kPPP: A pppd front end for the KDE project
7 * Copyright (C) 2004 Simone Gotti
8 * <simone.gotti@email.it>
11 * Copyright (C) 1997 Jay Painter
13 * This program is free software; you can redistribute it and/or
14 * modify it under the terms of the GNU Library General Public
15 * License as published by the Free Software Foundation; either
16 * version 2 of the License, or (at your option) any later version.
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 * Library General Public License for more details.
23 * You should have received a copy of the GNU Library General Public
24 * License along with this program; if not, write to the Free
25 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
32 #include <qpushbutton.h>
33 #include <q3listbox.h>
36 #include "acctselect.h"
46 class ModemsWidget
: public QWidget
{
49 explicit ModemsWidget( QWidget
*parent
=0, const char *name
=0 );
57 void slotListBoxSelect(int);
58 void modemNameChanged(const QString
&);
67 QString
prettyPrintVolume(unsigned int);
69 KPageDialog
*tabWindow
;
72 /* DialWidget *dial_w;
73 AccountingSelector *acct;
76 GatewayWidget *gateway_w;
77 ScriptWidget *script_w;*/
84 Q3ListBox
*modemlist_l
;
88 QPushButton
*delete_b
;