From 9ba04742771370f59740e32e11c5f3a1e6a1b70a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 15:55:57 -0600 Subject: Initial TQt conversion --- xparts/src/kde/xparthost_kpart.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 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 527178d2..9428fc0a 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 QXEmbed; +class TQXEmbed; /** @@ -21,8 +21,8 @@ class XPartHost_KPart : public KParts::ReadOnlyPart, public XPartHost { Q_OBJECT public: - XPartHost_KPart( TQWidget *parentWidget, const char *widgetName, - TQObject *parent, const char *name ); + XPartHost_KPart( TTQWidget *parentWidget, const char *widgetName, + TTQObject *parent, const char *name ); virtual ~XPartHost_KPart(); // DCOP stuff @@ -36,18 +36,18 @@ public: // KPart signals /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC createActions( const TQCString &xmlActions ); + virtual ASYNC createActions( const TTQCString &xmlActions ); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC setWindowCaption( const TQString &caption ); + virtual ASYNC setWindowCaption( const TTQString &caption ); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC setStatusBarText( const TQString &text ); + virtual ASYNC setStatusBarText( const TTQString &text ); /** Emitted by the XPart, to be transfered to the KPart host */ virtual ASYNC started(); /** Emitted by the XPart, to be transfered to the KPart host */ virtual ASYNC completed(); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC canceled( const TQString &errMsg ); + virtual ASYNC canceled( const TTQString &errMsg ); // reimplemented from KReadOnlyPart /** function called by the KPart host to be forwarded to the XPart */ @@ -68,7 +68,7 @@ private: DCOPRef m_part; XPart_stub *m_stub; KBrowserSignals *be; - QXEmbed *embed; + TQXEmbed *embed; }; #endif -- cgit v1.2.1