diff options
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 |