diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:33:34 +0000 |
commit | c663b6440964f6ac48027143ac9e63298991f9d0 (patch) | |
tree | 6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kicker/applets/media/mediumbutton.h | |
parent | a061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff) | |
download | tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kicker/applets/media/mediumbutton.h')
-rw-r--r-- | kicker/applets/media/mediumbutton.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/kicker/applets/media/mediumbutton.h b/kicker/applets/media/mediumbutton.h index 8d7970d89..3fa31756a 100644 --- a/kicker/applets/media/mediumbutton.h +++ b/kicker/applets/media/mediumbutton.h @@ -21,11 +21,11 @@ #define MEDIUMBUTTON_H #include <panelbutton.h> -#include <qpoint.h> -#include <qstring.h> -#include <qpixmap.h> -#include <qcursor.h> -#include <qtimer.h> +#include <tqpoint.h> +#include <tqstring.h> +#include <tqpixmap.h> +#include <tqcursor.h> +#include <tqtimer.h> #include <kfileitem.h> #include <kpanelapplet.h> #include <kactioncollection.h> @@ -35,19 +35,19 @@ class MediumButton : public PanelPopupButton Q_OBJECT public: - MediumButton(QWidget *parent, const KFileItem &fileItem); + MediumButton(TQWidget *parent, const KFileItem &fileItem); ~MediumButton(); const KFileItem &fileItem() const; void setFileItem(const KFileItem &fileItem); void setPanelPosition(KPanelApplet::Position position); protected: - QString tileName(); + TQString tileName(); void refreshType(); void initPopup(); - void dragEnterEvent( QDragEnterEvent* ); - void dragLeaveEvent( QDragLeaveEvent* ); - void dropEvent(QDropEvent *e); + void dragEnterEvent( TQDragEnterEvent* ); + void dragLeaveEvent( TQDragLeaveEvent* ); + void dropEvent(TQDropEvent *e); protected slots: // Activate this code only if we find a way to have both an @@ -60,7 +60,7 @@ protected slots: private: KActionCollection mActions; KFileItem mFileItem; - QTimer mOpenTimer; + TQTimer mOpenTimer; }; #endif |