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 /korn/hvitem.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 'korn/hvitem.h')
-rw-r--r-- | korn/hvitem.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/korn/hvitem.h b/korn/hvitem.h index ced99eb4d..e728846a3 100644 --- a/korn/hvitem.h +++ b/korn/hvitem.h @@ -32,7 +32,7 @@ class Label; class HVItem : public BoxContainerItem { Q_OBJECT public: - HVItem( QWidget *parent = 0, const char *name = 0 ); + HVItem( TQWidget *parent = 0, const char *name = 0 ); ~HVItem(); /** @@ -53,19 +53,19 @@ public slots: * This function sets the tooltip @p string to a box. * @param string The tooltip to be added. */ - virtual void setTooltip( const QString& string ); + virtual void setTooltip( const TQString& string ); /** * This slot triggered when the passive popup is to be shown. It is transported * to BoxContainerItem, but so it is possible to change the arguments. */ - void slotShowPassivePopup( QPtrList< KornMailSubject >* list, int total, bool date, const QString& ); + void slotShowPassivePopup( TQPtrList< KornMailSubject >* list, int total, bool date, const TQString& ); /** * This slot triggered when the passive popup is to be shown. It is transported * to BoxContainerItem, but so it is possible to change the arguments. */ - void slotShowPassivePopup( const QString& errorMessage, const QString& name ); + void slotShowPassivePopup( const TQString& errorMessage, const TQString& name ); /** * Trigered if the popup-menu is to be shown |