Adapt to latest tqt3 version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/85/head
Michele Calgaro 2 months ago
parent 33ef9c202b
commit 62b5b91d8b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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:

@ -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"

Loading…
Cancel
Save