diff options
author | Michele Calgaro <[email protected]> | 2024-09-15 15:40:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-15 15:40:34 +0900 |
commit | 62b5b91d8ba56ae86c83165d41bea42d5fc027d4 (patch) | |
tree | f71d341dab4797f127d7fbb810f7643d526ca132 /kopete | |
parent | 33ef9c202b2fecbc005db2f3e0b76f6664a12769 (diff) | |
download | tdenetwork-62b5b91d8ba56ae86c83165d41bea42d5fc027d4.tar.gz tdenetwork-62b5b91d8ba56ae86c83165d41bea42d5fc027d4.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/kopete/chatwindow/chattexteditpart.cpp | 2 | ||||
-rw-r--r-- | kopete/kopete/chatwindow/krichtexteditpart.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/kopete/chatwindow/chattexteditpart.cpp b/kopete/kopete/chatwindow/chattexteditpart.cpp index 1822a96e..3cf32eda 100644 --- a/kopete/kopete/chatwindow/chattexteditpart.cpp +++ b/kopete/kopete/chatwindow/chattexteditpart.cpp @@ -107,7 +107,7 @@ KDictSpellingHighlighter* ChatTextEditPart::spellHighlighter() } // NAUGHTY, BAD AND WRONG! (but needed to fix nick complete bugs) -#include <tqrichtext_p.h> +#include <private/tqrichtext_p.h> class EvilTextEdit : public KTextEdit { public: diff --git a/kopete/kopete/chatwindow/krichtexteditpart.cpp b/kopete/kopete/chatwindow/krichtexteditpart.cpp index 52f156d3..d9abd633 100644 --- a/kopete/kopete/chatwindow/krichtexteditpart.cpp +++ b/kopete/kopete/chatwindow/krichtexteditpart.cpp @@ -10,7 +10,7 @@ #include <tqclipboard.h> #include <tqevent.h> #include <tdeparts/genericfactory.h> -#include <tqrichtext_p.h> +#include <private/tqrichtext_p.h> #include "krichtexteditpart.h" #include "krichtexteditpart.moc" |