summaryrefslogtreecommitdiff
path: root/noncore/applets/memoryapplet/swapfile.cpp
authordrw <drw>2004-03-01 20:07:29 (UTC)
committer drw <drw>2004-03-01 20:07:29 (UTC)
commit26ca9b988972d33d8f911000a39c1e6fe2ce2ec3 (patch) (side-by-side diff)
treebf277061a0adcead60cd9570c6e8c4c21e8aa1cf /noncore/applets/memoryapplet/swapfile.cpp
parent6bab4a28785c4ab5b0f0707c8c8db953e399cac8 (diff)
downloadopie-26ca9b988972d33d8f911000a39c1e6fe2ce2ec3.zip
opie-26ca9b988972d33d8f911000a39c1e6fe2ce2ec3.tar.gz
opie-26ca9b988972d33d8f911000a39c1e6fe2ce2ec3.tar.bz2
Still need qfile, qtextstream includes
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 @@
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
** See http://www.trolltech.com/gpl/ for GPL licensing information.
**
** Contact info@trolltech.com if any conditions of this licensing are
** not clear to you.
**
**********************************************************************/
#include "swapfile.h"
+#include <qfile.h>
+#include <qtextstream.h>
#include <qlabel.h>
#include <qtimer.h>
#include <qlayout.h>
#include <qpushbutton.h>
#include <qhbuttongroup.h>
#include <qradiobutton.h>
#include <qlineedit.h>
#include <qprogressbar.h>
#include <qcombobox.h>
#include <qvgroupbox.h>
#include <qhbox.h>
#include <qmessagebox.h>