View | Details | Raw Unified
Collapse All | Expand All

(-) pwmanager/compressbzip2.h.orig (+5 lines)
 Lines 16-21    Link Here 
#include <qcstring.h>
#include <qcstring.h>
#include <qdom.h>
#include <qdom.h>
#include <cstdlib>
#include <vector>
#include <vector>
 Lines 9-14    Link Here 
 *                                                                         *
 *                                                                         *
 ***************************************************************************/
 ***************************************************************************/
#include <cstdlib>
#include <kcmdlineargs.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <kaboutdata.h>
#include <klocale.h>
#include <klocale.h>
 Lines 44-49    Link Here 
#ifndef __BASE64_H
#ifndef __BASE64_H
#define __BASE64_H
#define __BASE64_H
#include <cstdlib>
#include <string>
#include <string>
using std::string;
using std::string;
 Lines 12-17    Link Here 
#ifndef COMPRESSBZIP2_H
#ifndef COMPRESSBZIP2_H
#define COMPRESSBZIP2_H
#define COMPRESSBZIP2_H
#include <cstring>
#include <string>
#include <string>
using std::string;
using std::string;