summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-15 16:53:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-15 16:53:16 +0000
commit550424644038888919a6033fcb032e59d2062e51 (patch)
tree222158d3a33c8eb9b604d8b091fb8dbc9d1ceb65
parent496cbb3b28cb9c8f535b06c93129b6977d4a2f43 (diff)
downloadtdeedu-55042464.tar.gz
tdeedu-55042464.zip
Fix a kdeedu FTBFS under Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1236901 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--libkdeedu/extdate/extdatetimeedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdeedu/extdate/extdatetimeedit.cpp b/libkdeedu/extdate/extdatetimeedit.cpp
index e5ff6087..23871cdb 100644
--- a/libkdeedu/extdate/extdatetimeedit.cpp
+++ b/libkdeedu/extdate/extdatetimeedit.cpp
@@ -29,8 +29,8 @@
//#include "../kernel/tqinternal_p.h"
//#include "../kernel/tqrichtext_p.h"
-#include <private/tqinternal_p.h>
-#include <private/tqrichtext_p.h>
+#include <tqinternal_p.h>
+#include <tqrichtext_p.h>
#include <tqrangecontrol.h>
#include <tqapplication.h>
#include <tqpixmap.h>