diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 20:34:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 20:34:57 +0900 |
commit | 1ced096f7f5a2b06061886e9b5b995f0c5304bab (patch) | |
tree | b1bfe492f026f77fc35dccf1ae2321b9fb731f82 | |
parent | adaa089b19e34ab9c922e0b8978b35d7003302f0 (diff) | |
download | konversation-1ced096f7f5a2b06061886e9b5b995f0c5304bab.tar.gz konversation-1ced096f7f5a2b06061886e9b5b995f0c5304bab.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | konversation/src/ircinput.cpp | 2 | ||||
-rw-r--r-- | 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 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> |