summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:56:08 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 16:56:08 +0000
commit22304dfcc5bd7144651b40d253ac57eefb7b4732 (patch)
tree1091860ccd6b9d4eca13700e44ece86e032ea0b7
parentd2aa614e147d5a01987d51c53de181cd95242f4f (diff)
downloadkonversation-22304dfc.tar.gz
konversation-22304dfc.zip
Fix Konversation FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/konversation@1238522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--konversation/src/ircinput.cpp2
-rw-r--r--konversation/src/ircview.cpp2
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>