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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xparts/src/kde/xparthost_kpart.h') diff --git a/xparts/src/kde/xparthost_kpart.h b/xparts/src/kde/xparthost_kpart.h index 0daf20f7..527178d2 100644 --- a/xparts/src/kde/xparthost_kpart.h +++ b/xparts/src/kde/xparthost_kpart.h @@ -7,7 +7,7 @@ class XPart_stub; class KBrowserSignals; -class TQXEmbed; +class QXEmbed; /** @@ -68,7 +68,7 @@ private: DCOPRef m_part; XPart_stub *m_stub; KBrowserSignals *be; - TQXEmbed *embed; + QXEmbed *embed; }; #endif -- cgit v1.2.1