summaryrefslogtreecommitdiffstats
path: root/xparts/src/kde/xparthost_kpart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xparts/src/kde/xparthost_kpart.cpp')
-rw-r--r--xparts/src/kde/xparthost_kpart.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}