summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/koproperty/editors/cursoredit.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/koproperty/editors/cursoredit.cpp b/lib/koproperty/editors/cursoredit.cpp
index c0c3010e..8440b8aa 100644
--- a/lib/koproperty/editors/cursoredit.cpp
+++ b/lib/koproperty/editors/cursoredit.cpp
@@ -18,8 +18,6 @@
* Boston, MA 02110-1301, USA.
*/
-#include "cursoredit.h"
-
#include <tqmap.h>
#include <tqvariant.h>
#include <tqcursor.h>
@@ -27,6 +25,7 @@
#include <tdelocale.h>
#include <kdebug.h>
+#include "cursoredit.h"
#include "property.h"
using namespace KoProperty;