From 1ced096f7f5a2b06061886e9b5b995f0c5304bab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 16 Sep 2024 20:34:57 +0900 Subject: [PATCH] Adapt to latest tqt3 version Signed-off-by: Michele Calgaro --- 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 485e1e5..7e95198 100644 --- a/konversation/src/ircinput.cpp +++ b/konversation/src/ircinput.cpp @@ -18,7 +18,7 @@ #include "chatwindow.h" #include "ircview.h" -#include +#include #include #include #include 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 +#include #include #include #include