aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal/halplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hal/halplugin.cpp')
-rw-r--r--src/plugins/General/hal/halplugin.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp
index c500ae2b4..876de9761 100644
--- a/src/plugins/General/hal/halplugin.cpp
+++ b/src/plugins/General/hal/halplugin.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2011 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -31,8 +31,7 @@
#include "halmanager.h"
#include "halplugin.h"
-HalPlugin::HalPlugin(QObject *parent)
- : General(parent)
+HalPlugin::HalPlugin(QObject *parent) : QObject(parent)
{
m_manager = new HalManager(this);
m_actions = new QActionGroup(this);
@@ -58,7 +57,6 @@ HalPlugin::HalPlugin(QObject *parent)
settings.endGroup();
}
-
HalPlugin::~HalPlugin()
{
}