summaryrefslogtreecommitdiffstats
path: root/tdehtml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:59:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-02 20:59:07 -0600
commite92a4e05c504978308b2dd83082d2727b74bea8f (patch)
treeb706f86da38e5b8e2bbbc46060a47cfaa2dd62c1 /tdehtml
parentf8d95a02420773d558fe73c0847c305666d47241 (diff)
downloadtdelibs-e92a4e05c504978308b2dd83082d2727b74bea8f.tar.gz
tdelibs-e92a4e05c504978308b2dd83082d2727b74bea8f.zip
Rename kdisplay for enhanced compatibility with KDE4
Diffstat (limited to 'tdehtml')
-rw-r--r--tdehtml/tdehtmlview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/tdehtmlview.cpp b/tdehtml/tdehtmlview.cpp
index 6bd3ff8a5..19850a1d4 100644
--- a/tdehtml/tdehtmlview.cpp
+++ b/tdehtml/tdehtmlview.cpp
@@ -493,7 +493,7 @@ TDEHTMLView::TDEHTMLView( TDEHTMLPart *part, TQWidget *parent, const char *name)
d = new TDEHTMLViewPrivate;
TQScrollView::setVScrollBarMode(d->vmode);
TQScrollView::setHScrollBarMode(d->hmode);
- connect(kapp, TQT_SIGNAL(kdisplayPaletteChanged()), this, TQT_SLOT(slotPaletteChanged()));
+ connect(kapp, TQT_SIGNAL(tdedisplayPaletteChanged()), this, TQT_SLOT(slotPaletteChanged()));
connect(this, TQT_SIGNAL(contentsMoving(int, int)), this, TQT_SLOT(slotScrollBarMoved()));
// initialize QScrollView