diff options
Diffstat (limited to 'src/entryview.cpp')
-rw-r--r-- | src/entryview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entryview.cpp b/src/entryview.cpp index c60df4f..dc61681 100644 --- a/src/entryview.cpp +++ b/src/entryview.cpp @@ -54,7 +54,7 @@ EntryView::EntryView(TQWidget* parent_, const char* name_) : TDEHTMLPart(parent_ connect(browserExtension(), TQT_SIGNAL(openURLRequest(const KURL&, const KParts::URLArgs&)), TQT_SLOT(slotOpenURL(const KURL&))); - connect(kapp, TQT_SIGNAL(kdisplayPaletteChanged()), TQT_SLOT(slotResetColors())); + connect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()), TQT_SLOT(slotResetColors())); } EntryView::~EntryView() { |