krazy cleanups.

svn path=/trunk/kdesupport/qca/; revision=654946
This commit is contained in:
Brad Hards 2007-04-17 12:07:11 +00:00
parent 4e7430bd70
commit 2d54e1225a
2 changed files with 11 additions and 2 deletions

View File

@ -19,9 +19,12 @@
/* mozilla certdata converter. adapted from the debian ruby script */ /* mozilla certdata converter. adapted from the debian ruby script */
#include <QtCore>
#include <QtCrypto> #include <QtCrypto>
#include <QCoreApplication>
#include <QFile>
#include <QTextStream>
QStringList splitWithQuotes(const QString &in, char c); QStringList splitWithQuotes(const QString &in, char c);
int main(int argc, char **argv) int main(int argc, char **argv)

View File

@ -17,9 +17,15 @@
* *
*/ */
#include <QtCore>
#include <QtCrypto> #include <QtCrypto>
#include <QCoreApplication>
#include <QDebug>
#include <QFile>
#include <QFileInfo>
#include <QTextStream>
#include <QTimer>
#define VERSION "0.0.1" #define VERSION "0.0.1"
static QStringList wrapstring(const QString &str, int width) static QStringList wrapstring(const QString &str, int width)