diff -r 20348675b015 -r b1ec8db513f2 QTfrontend/misc.h --- a/QTfrontend/misc.h Wed Mar 18 22:02:55 2009 +0000 +++ b/QTfrontend/misc.h Sat Mar 21 10:49:58 2009 +0000 @@ -20,19 +20,8 @@ #include -#include -#include #include -class Hash : public QObject -{ - Q_OBJECT - -public: - Hash(); - static QString md5(QByteArray buf); -}; - class FreqSpinBox : public QSpinBox { Q_OBJECT @@ -43,7 +32,7 @@ } - QString textFromValue ( int value ) const + QString textFromValue(int value) const { switch (value) {