diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 15:55:57 -0600 |
commit | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (patch) | |
tree | c81c34dae2b3b1ea73801bf18a960265dc4207f7 /xparts/src/interfaces/xpart.h | |
parent | 1a96c45b22d01378202d9dc7ed9c47acd30f966e (diff) | |
download | tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.tar.gz tdebindings-9ba04742771370f59740e32e11c5f3a1e6a1b70a.zip |
Initial TQt conversion
Diffstat (limited to 'xparts/src/interfaces/xpart.h')
-rw-r--r-- | xparts/src/interfaces/xpart.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xparts/src/interfaces/xpart.h b/xparts/src/interfaces/xpart.h index 1d323a5d..8b2e3a3c 100644 --- a/xparts/src/interfaces/xpart.h +++ b/xparts/src/interfaces/xpart.h @@ -17,7 +17,7 @@ k_dcop: virtual void show() = 0; /** sent by the XPartHost to request url opening */ - virtual bool openURL( const TQCString& url ) = 0; + virtual bool openURL( const TTQCString& url ) = 0; /** sent by the XPartHost to close the url */ virtual bool closeURL() = 0; @@ -26,10 +26,10 @@ k_dcop: * XPartHost::createActions()) has been activated. Name is the name of the * action, state is used with Toggle actions to precise the current state. */ - virtual ASYNC activateAction( const TQString &name, int state ) = 0; + virtual ASYNC activateAction( const TTQString &name, int state ) = 0; /** Are extentions available -> browser extension / TextEditor ? */ - virtual DCOPRef queryExtension( const TQCString& extension ) = 0; + virtual DCOPRef queryExtension( const TTQCString& extension ) = 0; }; |