freebsd-ports/x11/kde-workspace-kde4/files/patch-ksysguard_gui_ksysguard.h
Tobias C. Berner a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00

12 lines
455 B
C++

* Add the detailed setMemInfo used in ksysguard.cpp
*
--- ksysguard/gui/ksysguard.h.orig 2015-06-26 03:17:21 UTC
+++ ksysguard/gui/ksysguard.h
@@ -77,6 +77,7 @@ class TopLevel : public KXmlGuiWindow, p
void configureCurrentSheet();
private:
+ void setMemInfo( qlonglong, qlonglong, qlonglong, const QString& );
void setSwapInfo( qlonglong, qlonglong, const QString& );
void changeEvent( QEvent * event );
void retranslateUi();