From e6b6046f50ea600fc78e00071e2a79e3c8c08ccd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 2 Feb 2013 21:00:02 -0600 Subject: Rename kdisplay for enhanced compatibility with KDE4 --- kedit/kedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kedit/kedit.cpp') diff --git a/kedit/kedit.cpp b/kedit/kedit.cpp index b666d1c..4e81d04 100644 --- a/kedit/kedit.cpp +++ b/kedit/kedit.cpp @@ -74,7 +74,7 @@ TopLevel::TopLevel (TQWidget *, const char *name) statusbar_timer = new TQTimer(this); connect(statusbar_timer, TQT_SIGNAL(timeout()),this,TQT_SLOT(timer_slot())); - connect(kapp,TQT_SIGNAL(kdisplayPaletteChanged()),this,TQT_SLOT(set_colors())); + connect(kapp,TQT_SIGNAL(tdedisplayPaletteChanged()),this,TQT_SLOT(set_colors())); setupStatusBar(); setupActions(); -- cgit v1.2.1