mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
generic: include now required headers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
c239ff2ce8
commit
eab4d278fb
4 changed files with 3 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <kactioncollection.h>
|
||||
#include <ktexteditor/view.h>
|
||||
#include <kspeller.h>
|
||||
#include <kglobal.h>
|
||||
|
||||
#include "katedocument.h"
|
||||
#include "katehighlight.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <klocale.h>
|
||||
#include <kmimetype.h>
|
||||
#include <krandom.h>
|
||||
#include <kglobal.h>
|
||||
#include <kdebug.h>
|
||||
|
||||
static const QDir::SortFlags s_dirsortflags = (QDir::Name | QDir::DirsFirst);
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#define MIMETYPEDATA_H
|
||||
|
||||
#include <kmimetype.h>
|
||||
#include <kconfiggroup.h>
|
||||
|
||||
/**
|
||||
* This is a non-gui (data) class, that represents a mimetype.
|
||||
|
|
|
@ -121,7 +121,6 @@ void SolidUiServer::onActionDialogFinished()
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
int SolidUiServer::mountDevice(const QString &device, const QString &mountpoint, bool readonly)
|
||||
{
|
||||
QVariantMap mountarguments;
|
||||
|
|
Loading…
Add table
Reference in a new issue