summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-16 20:34:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-16 20:34:57 +0900
commit1ced096f7f5a2b06061886e9b5b995f0c5304bab (patch)
treeb1bfe492f026f77fc35dccf1ae2321b9fb731f82
parentadaa089b19e34ab9c922e0b8978b35d7003302f0 (diff)
downloadkonversation-master.tar.gz
konversation-master.zip
Adapt to latest tqt3 versionHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 485e1e5..7e95198 100644
--- a/konversation/src/ircinput.cpp
+++ b/konversation/src/ircinput.cpp
@@ -18,7 +18,7 @@
#include "chatwindow.h"
#include "ircview.h"
-#include <tqrichtext_p.h>
+#include <private/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 48e9930..7c5689b 100644
--- a/konversation/src/ircview.cpp
+++ b/konversation/src/ircview.cpp
@@ -25,7 +25,7 @@
#include "emoticon.h"
#include "notificationhandler.h"
-#include <tqrichtext_p.h>
+#include <private/tqrichtext_p.h>
#include <tqstylesheet.h>
#include <tqstringlist.h>
#include <tqregexp.h>