diff options
-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> |