From d79ae2969e74b1caa8e562910715df4ffe1739b3 Mon Sep 17 00:00:00 2001 From: benmeyer Date: Mon, 30 Sep 2002 14:46:34 +0000 Subject: Fixed compiler warnings --- (limited to 'noncore/settings/networksettings/mainwindowimp.h') diff --git a/noncore/settings/networksettings/mainwindowimp.h b/noncore/settings/networksettings/mainwindowimp.h index 95ec2a1..0618dd2 100644 --- a/noncore/settings/networksettings/mainwindowimp.h +++ b/noncore/settings/networksettings/mainwindowimp.h @@ -2,12 +2,13 @@ #define MAINWINOWIMP_H #include "mainwindow.h" -#include "module.h" -#include "interface.h" -#include "kprocess.h" #include +#include +class Module; +class Interface; class QLibrary; +class KProcess; class MainWindowImp : public MainWindow { Q_OBJECT @@ -45,6 +46,8 @@ private: QMap interfaceItems; QMap threads; + QStringList profiles; + }; #endif -- cgit v0.9.0.2