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 --- kmail/kmsystemtray.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'kmail/kmsystemtray.h') diff --git a/kmail/kmsystemtray.h b/kmail/kmsystemtray.h index 2d2e2bf61..4314ccfe1 100644 --- a/kmail/kmsystemtray.h +++ b/kmail/kmsystemtray.h @@ -20,11 +20,11 @@ #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include @@ -43,7 +43,7 @@ class KMSystemTray : public KSystemTray Q_OBJECT public: /** construtor */ - KMSystemTray(QWidget* parent=0, const char *name=0); + KMSystemTray(TQWidget* parent=0, const char *name=0); /** destructor */ ~KMSystemTray(); @@ -59,18 +59,18 @@ private slots: void updateNewMessages(); protected: - void mousePressEvent(QMouseEvent *); + void mousePressEvent(TQMouseEvent *); bool mainWindowIsOnCurrentDesktop(); void showKMail(); void buildPopupMenu(); void updateCount(); - QString prettyName(KMFolder *); + TQString prettyName(KMFolder *); private: bool mParentVisible; - QPoint mPosOfMainWin; + TQPoint mPosOfMainWin; int mDesktopOfMainWin; int mMode; @@ -78,13 +78,13 @@ private: int mNewMessagePopupId; KPopupMenu * mPopupMenu; - QPixmap mDefaultIcon; - QImage mLightIconImage; + TQPixmap mDefaultIcon; + TQImage mLightIconImage; - QValueVector mPopupFolders; - QMap, int> mFoldersWithUnread; - QMap, bool> mPendingUpdates; - QTimer *mUpdateTimer; + TQValueVector mPopupFolders; + TQMap, int> mFoldersWithUnread; + TQMap, bool> mPendingUpdates; + TQTimer *mUpdateTimer; time_t mLastUpdate; }; -- cgit v1.2.1