From b2e0df6cf55f8accd86fb0a726724744857714f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jun 2012 01:55:05 -0500 Subject: Fix a number of tdebindings build issues This partially resolves Bug 597 Thanks to Darrell Anderson for the patch! --- xparts/src/kde/xparthost_kpart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xparts/src/kde/xparthost_kpart.cpp') diff --git a/xparts/src/kde/xparthost_kpart.cpp b/xparts/src/kde/xparthost_kpart.cpp index 79815337..8610c4c5 100644 --- a/xparts/src/kde/xparthost_kpart.cpp +++ b/xparts/src/kde/xparthost_kpart.cpp @@ -21,7 +21,7 @@ XPartHost_KPart::XPartHost_KPart( TQWidget *parentWidget, const char *widgetName { m_stub = 0; be = 0; - embed = new TQXEmbed(parentWidget, widgetName); + embed = new QXEmbed(parentWidget, widgetName); setWidget(embed); } -- cgit v1.2.1