summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/module.h
Side-by-side diff
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