mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
kioslave: include the correct header for HAVE_NICE definition
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e2981d0cc2
commit
e23cd38582
1 changed files with 4 additions and 6 deletions
|
@ -19,10 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "thumbnail.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include "config-unix.h" // For HAVE_NICE
|
||||
|
||||
#include <QBuffer>
|
||||
#include <QFile>
|
||||
|
@ -53,11 +50,12 @@
|
|||
#include <kdemacros.h>
|
||||
#include <kiconeffect.h>
|
||||
#include <krandom.h>
|
||||
|
||||
#include <config-workspace.h> // For HAVE_NICE
|
||||
#include <kio/thumbcreator.h>
|
||||
#include <kconfiggroup.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <iostream>
|
||||
|
||||
// Recognized metadata entries:
|
||||
|
|
Loading…
Add table
Reference in a new issue