aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/class_file.h
diff options
context:
space:
mode:
authorGravatar Elvio Basello2010-02-15 21:12:06 +0000
committerGravatar Elvio Basello2010-02-15 21:12:06 +0000
commitb3f48c047cc5999dfe849861049f8d3891fd0a13 (patch)
treeb13e36751b88a6b739e234f1ca83662d3aa1a400 /src/modules/objects/class_file.h
parentsmall fix to previous commit (diff)
downloadKVIrc-b3f48c047cc5999dfe849861049f8d3891fd0a13.tar.gz
KVIrc-b3f48c047cc5999dfe849861049f8d3891fd0a13.tar.bz2
KVIrc-b3f48c047cc5999dfe849861049f8d3891fd0a13.zip
compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3972 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_file.h')
-rw-r--r--src/modules/objects/class_file.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/modules/objects/class_file.h b/src/modules/objects/class_file.h
index fcd6544f6..8c41312be 100644
--- a/src/modules/objects/class_file.h
+++ b/src/modules/objects/class_file.h
@@ -24,11 +24,10 @@
// Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
//=============================================================================
-#include "class_widget.h"
-#include "kvi_file.h"
#include "object_macros.h"
-
+#include "class_widget.h"
+#include "kvi_file.h"
class KviKvsObject_file : public KviKvsObject_widget
@@ -49,9 +48,9 @@ public:
bool size(KviKvsObjectFunctionCall *c);
bool atEnd(KviKvsObjectFunctionCall *c);
- // int QFile at() const
+ // int QFile at() const
bool where(KviKvsObjectFunctionCall *c);
- // void QFile at(int)
+ // void QFile at(int)
bool seek(KviKvsObjectFunctionCall *c);
bool putch(KviKvsObjectFunctionCall *c);
bool getch(KviKvsObjectFunctionCall *c);
@@ -68,10 +67,6 @@ public:
bool write(KviKvsObjectFunctionCall *c);
bool read(KviKvsObjectFunctionCall *c);
-
-
-
-
};
#endif // !_CLASS_FILE_H_