Move code into a subdir(/src)
[bootcreen] / bootscreenR.h
diff --git a/bootscreenR.h b/bootscreenR.h
deleted file mode 100644 (file)
index b5b2cfd..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#include <QFile>
-#include <QTextStream>
-
-#ifndef BOOTSCREENR_H
-#define BOOTSCREENR_H
-
-class BootScreenR
-{
-
-public:
-    BootScreenR();
-    virtual ~BootScreenR();
-
-private:
-    void selectRandomFile();
-    QString settingsDir;
-    QFile settingsFile;
-    QFile logFile;
-    QList<QString> files;
-};
-
-#endif // BOOTSCREENR_H