summaryrefslogtreecommitdiffstats
path: root/kopete/kopete
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 05:27:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-22 05:27:10 +0000
commit4721accb32717dd310ae2abbeca266360c7720d3 (patch)
tree293c18dfc60d31af4c888f6b45609323d071cc75 /kopete/kopete
parent1e22120bb373a2cc274a8494b614577168241102 (diff)
downloadtdenetwork-4721accb32717dd310ae2abbeca266360c7720d3.tar.gz
tdenetwork-4721accb32717dd310ae2abbeca266360c7720d3.zip
Fix kdenetwork Qt3 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237929 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/kopete')
-rw-r--r--kopete/kopete/chatwindow/chattexteditpart.cpp2
-rw-r--r--kopete/kopete/chatwindow/krichtexteditpart.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/chatwindow/chattexteditpart.cpp b/kopete/kopete/chatwindow/chattexteditpart.cpp
index d3d3afc4..9936b234 100644
--- a/kopete/kopete/chatwindow/chattexteditpart.cpp
+++ b/kopete/kopete/chatwindow/chattexteditpart.cpp
@@ -107,7 +107,7 @@ KDictSpellingHighlighter* ChatTextEditPart::spellHighlighter()
}
// NAUGHTY, BAD AND WRONG! (but needed to fix nick complete bugs)
-#include <private/tqrichtext_p.h>
+#include <tqrichtext_p.h>
class EvilTextEdit : public KTextEdit
{
public:
diff --git a/kopete/kopete/chatwindow/krichtexteditpart.cpp b/kopete/kopete/chatwindow/krichtexteditpart.cpp
index 61149c0d..090c479b 100644
--- a/kopete/kopete/chatwindow/krichtexteditpart.cpp
+++ b/kopete/kopete/chatwindow/krichtexteditpart.cpp
@@ -10,7 +10,7 @@
#include <tqclipboard.h>
#include <tqevent.h>
#include <kparts/genericfactory.h>
-#include <private/tqrichtext_p.h>
+#include <tqrichtext_p.h>
#include "krichtexteditpart.h"
#include "krichtexteditpart.moc"