summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/module.h
authorbenmeyer <benmeyer>2002-10-25 19:34:32 (UTC)
committer benmeyer <benmeyer>2002-10-25 19:34:32 (UTC)
commitf16dd7fc272f3f8354dc696fcc881dfe74755a21 (patch) (side-by-side diff)
treeedaab125b322744d8684e6aee4d2c5955b68689b /noncore/settings/networksettings/module.h
parent77347ba522a5913ff17561e6fd2c15981d42e86b (diff)
downloadopie-f16dd7fc272f3f8354dc696fcc881dfe74755a21.zip
opie-f16dd7fc272f3f8354dc696fcc881dfe74755a21.tar.gz
opie-f16dd7fc272f3f8354dc696fcc881dfe74755a21.tar.bz2
Moved Interfaces into a library
Diffstat (limited to 'noncore/settings/networksettings/module.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings/module.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/noncore/settings/networksettings/module.h b/noncore/settings/networksettings/module.h
index 96db5b3..92b125a 100644
--- a/noncore/settings/networksettings/module.h
+++ b/noncore/settings/networksettings/module.h
@@ -39,20 +39,18 @@ public:
virtual bool isOwner(Interface *){ return false; };
/**
- * Create, set tabWiget and return the WLANConfigure Module
+ * Create and return the WLANConfigure Module
* @param Interface *i the interface to configure.
- * @param tabWidget a pointer to the tab widget that this configure has.
- * @return QWidget* pointer to the tab widget in this modules configure.
+ * @return QWidget* pointer to this modules configure.
*/
- virtual QWidget *configure(Interface *, QTabWidget **){ return NULL; } ;
+ virtual QWidget *configure(Interface *){ return NULL; } ;
/**
- * Create, set tabWiget and return the Information Module
+ * Create, and return the Information Module
* @param Interface *i the interface to get info on.
- * @param tabWidget a pointer to the tab widget that this information has.
- * @return QWidget* pointer to the tab widget in this modules info.
+ * @return QWidget* pointer to this modules info.
*/
- virtual QWidget *information(Interface *, QTabWidget **){ return NULL; };
+ virtual QWidget *information(Interface *){ return NULL; };
/**
* Get all active (up or down) interfaces