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/trash/trashbutton.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/trash/trashbutton.h')
-rw-r--r-- | kicker/applets/trash/trashbutton.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kicker/applets/trash/trashbutton.h b/kicker/applets/trash/trashbutton.h index 7a5d8b59f..891e274c0 100644 --- a/kicker/applets/trash/trashbutton.h +++ b/kicker/applets/trash/trashbutton.h @@ -21,11 +21,11 @@ #define TRASHBUTTON_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,16 +35,16 @@ class TrashButton : public PanelPopupButton Q_OBJECT public: - TrashButton(QWidget *parent); + TrashButton(TQWidget *parent); ~TrashButton(); void setItemCount(int count); void setPanelPosition(KPanelApplet::Position position); protected: - QString tileName(); + TQString tileName(); void initPopup(); - void dragEnterEvent(QDragEnterEvent *e); - void dropEvent(QDropEvent *e); + void dragEnterEvent(TQDragEnterEvent *e); + void dropEvent(TQDropEvent *e); protected slots: // Activate this code only if we find a way to have both an |