summaryrefslogtreecommitdiff
path: root/noncore/applets/memoryapplet/swapfile.cpp
Unidiff
Diffstat (limited to 'noncore/applets/memoryapplet/swapfile.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/applets/memoryapplet/swapfile.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/applets/memoryapplet/swapfile.cpp b/noncore/applets/memoryapplet/swapfile.cpp
index 7483592..04da8bb 100644
--- a/noncore/applets/memoryapplet/swapfile.cpp
+++ b/noncore/applets/memoryapplet/swapfile.cpp
@@ -11,24 +11,26 @@
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14** See http://www.trolltech.com/gpl/ for GPL licensing information. 14** See http://www.trolltech.com/gpl/ for GPL licensing information.
15** 15**
16** Contact info@trolltech.com if any conditions of this licensing are 16** Contact info@trolltech.com if any conditions of this licensing are
17** not clear to you. 17** not clear to you.
18** 18**
19**********************************************************************/ 19**********************************************************************/
20 20
21#include "swapfile.h" 21#include "swapfile.h"
22 22
23#include <qfile.h>
24#include <qtextstream.h>
23#include <qlabel.h> 25#include <qlabel.h>
24#include <qtimer.h> 26#include <qtimer.h>
25#include <qlayout.h> 27#include <qlayout.h>
26#include <qpushbutton.h> 28#include <qpushbutton.h>
27#include <qhbuttongroup.h> 29#include <qhbuttongroup.h>
28#include <qradiobutton.h> 30#include <qradiobutton.h>
29#include <qlineedit.h> 31#include <qlineedit.h>
30#include <qprogressbar.h> 32#include <qprogressbar.h>
31#include <qcombobox.h> 33#include <qcombobox.h>
32#include <qvgroupbox.h> 34#include <qvgroupbox.h>
33#include <qhbox.h> 35#include <qhbox.h>
34#include <qmessagebox.h> 36#include <qmessagebox.h>