From 273857932d4d4af9bf78bfca92f2986163e5f4f6 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 22 May 2003 15:08:21 +0000 Subject: finds the modem of my laptop now, thanks to the kppp team --- (limited to 'noncore/settings/networksettings/ppp/pppmodule.h') diff --git a/noncore/settings/networksettings/ppp/pppmodule.h b/noncore/settings/networksettings/ppp/pppmodule.h index c8e77e2..6464f87 100644 --- a/noncore/settings/networksettings/ppp/pppmodule.h +++ b/noncore/settings/networksettings/ppp/pppmodule.h @@ -1,12 +1,12 @@ #ifndef PPP_MODULE_H #define PPP_MODULE_H - + #include "module.h" class PPPModule : Module { signals: - void updateInterface(Interface *i); + void updateInterface(Interface *i); public: PPPModule(); @@ -17,7 +17,7 @@ public: virtual QWidget *configure(Interface *i); virtual QWidget *information(Interface *i); virtual QList getInterfaces(); - virtual void possibleNewInterfaces(QMap &){}; + virtual void possibleNewInterfaces(QMap &); virtual Interface *addNewInterface(const QString &name); virtual bool remove(Interface* i); virtual QString getPixmapName(Interface* i); -- cgit v0.9.0.2