From c663b6440964f6ac48027143ac9e63298991f9d0 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:33:34 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/applets/trash/trashbutton.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kicker/applets/trash/trashbutton.h') 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 -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include #include @@ -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 -- cgit v1.2.1