diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:53:50 +0000 |
commit | 7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch) | |
tree | 8474f9b444b2756228600050f07a7ff25de532b2 /kode/kwsdl/tests/google/resultelement.h | |
parent | f587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff) | |
download | tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kode/kwsdl/tests/google/resultelement.h')
-rw-r--r-- | kode/kwsdl/tests/google/resultelement.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/kode/kwsdl/tests/google/resultelement.h b/kode/kwsdl/tests/google/resultelement.h index 4a24f7291..e83ff3713 100644 --- a/kode/kwsdl/tests/google/resultelement.h +++ b/kode/kwsdl/tests/google/resultelement.h @@ -30,37 +30,37 @@ class DirectoryCategory; class ResultElement { public: - void setSummary( QString* summary ); - QString*summary() const; - void setURL( QString* uRL ); - QString*uRL() const; - void setSnippet( QString* snippet ); - QString*snippet() const; - void setTitle( QString* title ); - QString*title() const; - void setCachedSize( QString* cachedSize ); - QString*cachedSize() const; + void setSummary( TQString* summary ); + TQString*summary() const; + void setURL( TQString* uRL ); + TQString*uRL() const; + void setSnippet( TQString* snippet ); + TQString*snippet() const; + void setTitle( TQString* title ); + TQString*title() const; + void setCachedSize( TQString* cachedSize ); + TQString*cachedSize() const; void setRelatedInformationPresent( bool* relatedInformationPresent ); bool*relatedInformationPresent() const; - void setHostName( QString* hostName ); - QString*hostName() const; + void setHostName( TQString* hostName ); + TQString*hostName() const; void setDirectoryCategory( DirectoryCategory* directoryCategory ); DirectoryCategory*directoryCategory() const; - void setDirectoryTitle( QString* directoryTitle ); - QString*directoryTitle() const; + void setDirectoryTitle( TQString* directoryTitle ); + TQString*directoryTitle() const; ResultElement(); ~ResultElement(); private: - QString*mSummary; - QString*mURL; - QString*mSnippet; - QString*mTitle; - QString*mCachedSize; + TQString*mSummary; + TQString*mURL; + TQString*mSnippet; + TQString*mTitle; + TQString*mCachedSize; bool*mRelatedInformationPresent; - QString*mHostName; + TQString*mHostName; DirectoryCategory*mDirectoryCategory; - QString*mDirectoryTitle; + TQString*mDirectoryTitle; }; #endif |