diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:44:01 +0000 |
commit | 479f5f799523bffbcc83dff581a2299c047c6fff (patch) | |
tree | 186aae707ed02aac6c7cab2fb14e97f72aca5e36 /xparts/src/kde/xparthost_kpart.h | |
parent | f1dbff6145c98324ff82e34448b7483727e8ace4 (diff) | |
download | tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.tar.gz tdebindings-479f5f799523bffbcc83dff581a2299c047c6fff.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1157645 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'xparts/src/kde/xparthost_kpart.h')
-rw-r--r-- | xparts/src/kde/xparthost_kpart.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/xparts/src/kde/xparthost_kpart.h b/xparts/src/kde/xparthost_kpart.h index 5a12dec0..527178d2 100644 --- a/xparts/src/kde/xparthost_kpart.h +++ b/xparts/src/kde/xparthost_kpart.h @@ -21,8 +21,8 @@ class XPartHost_KPart : public KParts::ReadOnlyPart, public XPartHost { Q_OBJECT public: - XPartHost_KPart( QWidget *parentWidget, const char *widgetName, - QObject *parent, const char *name ); + XPartHost_KPart( TQWidget *parentWidget, const char *widgetName, + TQObject *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 QCString &xmlActions ); + virtual ASYNC createActions( const TQCString &xmlActions ); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC setWindowCaption( const QString &caption ); + virtual ASYNC setWindowCaption( const TQString &caption ); /** Emitted by the XPart, to be transfered to the KPart host */ - virtual ASYNC setStatusBarText( const QString &text ); + virtual ASYNC setStatusBarText( const TQString &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 QString &errMsg ); + virtual ASYNC canceled( const TQString &errMsg ); // reimplemented from KReadOnlyPart /** function called by the KPart host to be forwarded to the XPart */ |