From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korn/hvitem.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'korn/hvitem.h') 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 -- cgit v1.2.1