summaryrefslogtreecommitdiffstats
path: root/ksysv/trash.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/trash.h')
-rw-r--r--ksysv/trash.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/ksysv/trash.h b/ksysv/trash.h
index 4cbf5c5..e341647 100644
--- a/ksysv/trash.h
+++ b/ksysv/trash.h
@@ -25,29 +25,30 @@ class KIconLoader;
class KSVItem;
class KSVAction;
-class KSVTrash : public QFrame
+class KSVTrash : public TQFrame
{
Q_OBJECT
+ TQ_OBJECT
public:
- KSVTrash (TQWidget* parent = 0, const char* name = 0);
+ KSVTrash (TQWidget* tqparent = 0, const char* name = 0);
virtual ~KSVTrash();
- virtual TQSize sizeHint() const;
+ virtual TQSize tqsizeHint() const;
protected:
/**
- * Overridden from @ref QDropSite
+ * Overridden from @ref TQDropSite
*/
virtual void dragMoveEvent ( TQDragMoveEvent* );
/**
- * Overridden from @ref QDropSite
+ * Overridden from @ref TQDropSite
*/
virtual void dragLeaveEvent ( TQDragLeaveEvent* );
/**
- * Overridden from @ref QDropSite
+ * Overridden from @ref TQDropSite
*/
virtual void dropEvent ( TQDropEvent* );