summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf/knetworkconf.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-10 14:57:34 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-10 14:57:34 -0500
commitbd1f9bec80cd6fdab00d3ba951a54a205584ad6d (patch)
tree595bc56a332f28f39476045484c6fe0146299290 /knetworkconf/knetworkconf/knetworkconf.h
parent914e923d52314022b64ee792d60590489be318af (diff)
downloadtdeadmin-bd1f9bec80cd6fdab00d3ba951a54a205584ad6d.tar.gz
tdeadmin-bd1f9bec80cd6fdab00d3ba951a54a205584ad6d.zip
Add handbookSection support to tabbed "Internet & Network" TDEControl modules
This relates to Bug 1850
Diffstat (limited to 'knetworkconf/knetworkconf/knetworkconf.h')
-rw-r--r--knetworkconf/knetworkconf/knetworkconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/knetworkconf/knetworkconf/knetworkconf.h b/knetworkconf/knetworkconf/knetworkconf.h
index b215847..2ff75c5 100644
--- a/knetworkconf/knetworkconf/knetworkconf.h
+++ b/knetworkconf/knetworkconf/knetworkconf.h
@@ -39,6 +39,7 @@
#include <tqgroupbox.h>
#include <tqlabel.h>
#include <tqradiobutton.h>
+#include <tqtabwidget.h>
#include <tqlayout.h>
#include <kdialog.h>
#include <kinputdialog.h>
@@ -97,6 +98,8 @@ class KNetworkConf : public KNetworkConfDlg, virtual public KNetworkConfIface
void loadDNSInfo();
void loadNetworkProfiles();
+ TQString handbookSection() const;
+
private: // Private attributes
/** */
KNetworkConfigParser *config;