mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
some more compiling
svn path=/trunk/KDE/kdebase/apps/; revision=473093
This commit is contained in:
parent
ee2e05ffdd
commit
6130debd5d
4 changed files with 5 additions and 4 deletions
|
@ -61,7 +61,7 @@ K_EXPORT_COMPONENT_FACTORY( kcm_useraccount, Factory("useraccount") )
|
|||
|
||||
KCMUserAccount::KCMUserAccount( QWidget *parent, const char *name,
|
||||
const QStringList &)
|
||||
: KCModule( parent, name)
|
||||
: KCModule( Factory::instance(), parent)
|
||||
{
|
||||
QVBoxLayout *topLayout = new QVBoxLayout(this);
|
||||
_mw = new MainWidget(this);
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <qlabel.h>
|
||||
#include <q3listbox.h>
|
||||
#include <q3vbox.h>
|
||||
#include <kvbox.h>
|
||||
|
||||
#include "klistboxdialog.h"
|
||||
#include "klistboxdialog.moc"
|
||||
|
|
|
@ -30,9 +30,10 @@
|
|||
#include <kdebug.h>
|
||||
#include <kapplication.h>
|
||||
|
||||
#include <Q3TextEdit>
|
||||
#include <qlabel.h>
|
||||
#include <ktextedit.h>
|
||||
#include <q3vbox.h>
|
||||
#include <kvbox.h>
|
||||
#include <qfile.h>
|
||||
#include <qdesktopwidget.h>
|
||||
#include <qtextstream.h>
|
||||
|
|
|
@ -203,7 +203,7 @@ KAboutData *PluginFactory::aboutData()
|
|||
|
||||
PluginPart::PluginPart(QWidget *parentWidget, const char *widgetName, QObject *parent,
|
||||
const char *name, const QStringList &args)
|
||||
: KParts::ReadOnlyPart(parent, name), _widget(0), _args(args),
|
||||
: KParts::ReadOnlyPart(parent), _widget(0), _args(args),
|
||||
_destructed(0L)
|
||||
{
|
||||
setInstance(PluginFactory::instance());
|
||||
|
|
Loading…
Reference in a new issue