From ac414fa3802b471857bc84ecdd0d37200541b0a7 Mon Sep 17 00:00:00 2001 From: drw Date: Wed, 21 Apr 2004 18:20:31 +0000 Subject: Added some missed QWhatsThis, removed OConfItem location as it is not used/needed, reordered includes to follow conventions, removed all using namespaces occurrances and updated documentation --- (limited to 'noncore/settings/packagemanager/oconfitem.cpp') diff --git a/noncore/settings/packagemanager/oconfitem.cpp b/noncore/settings/packagemanager/oconfitem.cpp index 940a6de..a90730c 100644 --- a/noncore/settings/packagemanager/oconfitem.cpp +++ b/noncore/settings/packagemanager/oconfitem.cpp @@ -31,10 +31,9 @@ #include "oconfitem.h" -OConfItem::OConfItem( const QString &location, Type type, const QString &name, +OConfItem::OConfItem( Type type, const QString &name, const QString &value, bool active ) - : m_location( location ) - , m_type( type ) + : m_type( type ) , m_name( name ) , m_value( value ) , m_active( active ) -- cgit v0.9.0.2