author | drw <drw> | 2004-03-01 20:07:29 (UTC) |
---|---|---|
committer | drw <drw> | 2004-03-01 20:07:29 (UTC) |
commit | 26ca9b988972d33d8f911000a39c1e6fe2ce2ec3 (patch) (side-by-side diff) | |
tree | bf277061a0adcead60cd9570c6e8c4c21e8aa1cf | |
parent | 6bab4a28785c4ab5b0f0707c8c8db953e399cac8 (diff) | |
download | opie-26ca9b988972d33d8f911000a39c1e6fe2ce2ec3.zip opie-26ca9b988972d33d8f911000a39c1e6fe2ce2ec3.tar.gz opie-26ca9b988972d33d8f911000a39c1e6fe2ce2ec3.tar.bz2 |
Still need qfile, qtextstream includes
-rw-r--r-- | noncore/applets/memoryapplet/swapfile.cpp | 2 |
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> |