summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/detail.cpp
Side-by-side diff
Diffstat (limited to 'noncore/settings/sysinfo/detail.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/detail.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/noncore/settings/sysinfo/detail.cpp b/noncore/settings/sysinfo/detail.cpp
index 79daa2b..6645fdd 100644
--- a/noncore/settings/sysinfo/detail.cpp
+++ b/noncore/settings/sysinfo/detail.cpp
@@ -12,27 +12,25 @@
** This file may be distributed and/or modified under the terms of the
** GNU General Public License version 2 as published by the Free Software
** Foundation and appearing in the file LICENSE.GPL included in the
** packaging of this file.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
**********************************************************************/
#include "detail.h"
-#include <sys/types.h>
-#include <stdio.h>
-
+#include <qtextview.h>
#include <qlayout.h>
Detail::Detail( QWidget* parent, const char* name, WFlags )
: QWidget( parent, name, WStyle_ContextHelp )
{
QVBoxLayout *layout = new QVBoxLayout( this );
detailView = new QTextView( this );
detailView->setTextFormat( PlainText );
layout->addWidget( detailView );
}