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/boxcontaineritem.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'korn/boxcontaineritem.h') diff --git a/korn/boxcontaineritem.h b/korn/boxcontaineritem.h index 46f85da57..0112f9acf 100644 --- a/korn/boxcontaineritem.h +++ b/korn/boxcontaineritem.h @@ -46,14 +46,14 @@ class BoxContainerItem : public AccountManager, public DCOPObject public: /** * Standaard QObject-constuctor - * This constructor implements the default arguments for any QObject. + * This constructor implements the default arguments for any TQObject. * Note that is does not give a name to DCOPObject; that name * is set in the readConfig-function. * @param parent The parent of this object, See Object::QObject - * @param name The name of this object, See QObject::QObject + * @param name The name of this object, See TQObject::QObject * @see BoxContainerItem::readConfig */ - BoxContainerItem( QObject * parent = 0, const char * name = 0 ); + BoxContainerItem( TQObject * parent = 0, const char * name = 0 ); /** * The default destructor. This only removes _command-pointer. @@ -86,7 +86,7 @@ public slots: * * @param cmd The command to be executed. */ - virtual void runCommand( const QString& cmd ); + virtual void runCommand( const TQString& cmd ); /** * This function displays the (kde) help dialog @@ -128,7 +128,7 @@ protected: * @param accountName The name of the account it belongs to * @param date Should the date be displayed? */ - void showPassivePopup( QWidget* parent, QPtrList< KornMailSubject >* list, int total, const QString& accountName, bool date ); + void showPassivePopup( TQWidget* parent, TQPtrList< KornMailSubject >* list, int total, const TQString& accountName, bool date ); //this functions should be reimplemented /** @@ -143,7 +143,7 @@ protected: * @param count the number of new messages * @param newMessages are the messages new? */ - void drawLabel( QLabel *label, const int count, const bool newMessages ); + void drawLabel( TQLabel *label, const int count, const bool newMessages ); private: /** @@ -153,14 +153,14 @@ private: * @param font the font; 0 is default font. * @param count the number of messages */ - static QPixmap calcComplexPixmap( const QPixmap &icon, const QColor& fgColour, const QFont* font, const int count ); + static TQPixmap calcComplexPixmap( const TQPixmap &icon, const TQColor& fgColour, const TQFont* font, const int count ); /** * This functions sets a movie to a specified label * @param label The label to set the movie in * @param anim The path to the animation */ - void setAnimIcon( QLabel* label, const QString& anim ); + void setAnimIcon( TQLabel* label, const TQString& anim ); private slots: void slotRecheck() { recheck(); } @@ -218,14 +218,14 @@ private slots: protected: //This settings are stored here because every implementation needs them. - QString *_icons[ 2 ]; - QString *_anims[ 2 ]; - QColor *_fgColour[ 2 ]; - QColor *_bgColour[ 2 ]; - QFont *_fonts[ 2 ]; + TQString *_icons[ 2 ]; + TQString *_anims[ 2 ]; + TQColor *_fgColour[ 2 ]; + TQColor *_bgColour[ 2 ]; + TQFont *_fonts[ 2 ]; private: - QString *_command; + TQString *_command; bool _recheckSettings[ 3 ]; bool _resetSettings[ 3 ]; bool _viewSettings[ 3 ]; -- cgit v1.2.1