Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251149
Collapse All | Expand All

(-)kvdrmon-0.6.orig/src/kvdrmon.cpp (+1 lines)
Lines 36-41 Link Here
36
#include "audioplayer.h"
36
#include "audioplayer.h"
37
#include "tooltip.h"
37
#include "tooltip.h"
38
#include "shutdown.h"
38
#include "shutdown.h"
39
#include <cstdlib>
39
40
40
kvdrmon::kvdrmon(status * parent, const QString& baseDir, KApplication * app)
41
kvdrmon::kvdrmon(status * parent, const QString& baseDir, KApplication * app)
41
  : KSystemTray(parent), trayIcons(&prefs, baseDir), diskSpace(&prefs), toolTip(this)
42
  : KSystemTray(parent), trayIcons(&prefs, baseDir), diskSpace(&prefs), toolTip(this)

Return to bug 251149