From 22304dfcc5bd7144651b40d253ac57eefb7b4732 Mon Sep 17 00:00:00 2001
From: tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Date: Mon, 27 Jun 2011 16:56:08 +0000
Subject: Fix Konversation FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1238522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
---
 konversation/src/ircinput.cpp | 2 +-
 konversation/src/ircview.cpp  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/konversation/src/ircinput.cpp b/konversation/src/ircinput.cpp
index dbe4243..973da76 100644
--- a/konversation/src/ircinput.cpp
+++ b/konversation/src/ircinput.cpp
@@ -18,7 +18,7 @@
 #include "chatwindow.h"
 #include "ircview.h"
 
-#include <private/tqrichtext_p.h>
+#include <tqrichtext_p.h>
 #include <tqclipboard.h>
 #include <tqregexp.h>
 #include <tqdom.h>
diff --git a/konversation/src/ircview.cpp b/konversation/src/ircview.cpp
index ad52db2..60851df 100644
--- a/konversation/src/ircview.cpp
+++ b/konversation/src/ircview.cpp
@@ -27,7 +27,7 @@
 #include "emoticon.h"
 #include "notificationhandler.h"
 
-#include <private/tqrichtext_p.h>
+#include <tqrichtext_p.h>
 #include <tqstylesheet.h>
 #include <tqstringlist.h>
 #include <tqregexp.h>
-- 
cgit v1.2.3

