summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_csv/csv.h
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_csv/csv.h')
-rw-r--r--ftnoir_csv/csv.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/ftnoir_csv/csv.h b/ftnoir_csv/csv.h
index bfbece58..79e1351e 100644
--- a/ftnoir_csv/csv.h
+++ b/ftnoir_csv/csv.h
@@ -1,11 +1,4 @@
-/*dummy CSV reader for QT4*/
-/*version 0.1*/
-/*11.1.2009*/
-#ifndef CSV_H
-#define CSV_H
-
-//#include "myclass_api.h"
-
+#pragma once
#include <QObject>
#include <QStringList>
#include <QIODevice>
@@ -41,5 +34,3 @@ private:
CSV(QIODevice * device);
CSV(QString &string);
};
-
-#endif // CSV_H