mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
libs: remove bogus extern reference
there is no such thing as Kapp, is not used either Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
795cb31a59
commit
887f7c3079
1 changed files with 0 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
|||
#include "processcore/processes.h"
|
||||
#include "processcore/process.h"
|
||||
|
||||
#include <kapplication.h>
|
||||
#include <kcolorscheme.h>
|
||||
#include <kiconloader.h>
|
||||
#include <kdebug.h>
|
||||
|
@ -58,8 +57,6 @@
|
|||
#include <X11/extensions/XRes.h>
|
||||
#endif
|
||||
|
||||
extern KApplication* Kapp;
|
||||
|
||||
static QString formatByteSize(qlonglong amountInKB, int units) {
|
||||
enum { UnitsAuto, UnitsKB, UnitsMB, UnitsGB, UnitsTB, UnitsPB };
|
||||
static QString kString = i18n("%1 K", QString::fromLatin1("%1"));
|
||||
|
|
Loading…
Add table
Reference in a new issue