aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/iograph
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/iograph')
-rw-r--r--src/modules/iograph/libkviiograph.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/iograph/libkviiograph.h b/src/modules/iograph/libkviiograph.h
index 9c3a10667..c66812b48 100644
--- a/src/modules/iograph/libkviiograph.h
+++ b/src/modules/iograph/libkviiograph.h
@@ -2,7 +2,7 @@
#define _LIBKVIIOGRAPH_H_
//=============================================================================
//
-// File : libkviiograph.cpp
+// File : libkviiograph.h
// Creation date : Tue Oct 31 2000 00:14:12 CEST by Szymon Stefanek
//
// This file is part of the KVIrc IRC client distribution
@@ -24,13 +24,13 @@
//
//=============================================================================
-#include <QQueue>
-
-#include "KviMainWindow.h"
#include "kvi_inttypes.h"
+#include "KviMainWindow.h"
#include "KviModuleExtension.h"
#include "KviWindow.h"
+#include <QQueue>
+
#define KVI_IOGRAPH_NUMBER_POINTS 60
#define KVI_IOGRAPH_HORIZ_SEGMENTS 10
#define KVI_IOGRAPH_VERT_SEGMENTS 10