summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings/module.h
authorbenmeyer <benmeyer>2003-04-09 00:18:15 (UTC)
committer benmeyer <benmeyer>2003-04-09 00:18:15 (UTC)
commitcd2822e137e9a73aa2bf13f7f0dc67fda50a1879 (patch) (unidiff)
tree97febc8658a7212a01025b9e98904c9770aecf96 /noncore/settings/networksettings/module.h
parentbbefacdb0099ebb8c80f40c56237c6adc18c9328 (diff)
downloadopie-cd2822e137e9a73aa2bf13f7f0dc67fda50a1879.zip
opie-cd2822e137e9a73aa2bf13f7f0dc67fda50a1879.tar.gz
opie-cd2822e137e9a73aa2bf13f7f0dc67fda50a1879.tar.bz2
KDEafied and bugs fixes
Diffstat (limited to 'noncore/settings/networksettings/module.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings/module.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/networksettings/module.h b/noncore/settings/networksettings/module.h
index 2e6272b..46a3c77 100644
--- a/noncore/settings/networksettings/module.h
+++ b/noncore/settings/networksettings/module.h
@@ -1,11 +1,15 @@
1#ifndef NETCONF_MODULE_H 1#ifndef NETCONF_MODULE_H
2#define NETCONF_MODULE_H 2#define NETCONF_MODULE_H
3 3
4#include <qobject.h> 4#include <qobject.h>
5#if QT_VERSION < 300
5#include <qlist.h> 6#include <qlist.h>
7#else
8#include <qptrlist.h>
9#endif
6#include <qmap.h> 10#include <qmap.h>
7#include "interface.h" 11#include "interface.h"
8 12
9class QWidget; 13class QWidget;
10class QTabWidget; 14class QTabWidget;
11 15