summaryrefslogtreecommitdiffstats
path: root/src/app/treeview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/treeview.h')
-rw-r--r--src/app/treeview.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/app/treeview.h b/src/app/treeview.h
index cc94364..eea709b 100644
--- a/src/app/treeview.h
+++ b/src/app/treeview.h
@@ -25,15 +25,16 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <kfiletreeview.h>
class KURL;
-class QShowEvent;
+class TQShowEvent;
namespace Gwenview {
class TreeView : public KFileTreeView {
Q_OBJECT
+ TQ_OBJECT
public:
- TreeView(QWidget* parent);
+ TreeView(TQWidget* tqparent);
~TreeView();
public slots:
@@ -44,10 +45,10 @@ signals:
void urlChanged(const KURL&);
protected:
- virtual void showEvent(QShowEvent*);
- virtual void contentsDragMoveEvent(QDragMoveEvent*);
- virtual void contentsDragLeaveEvent(QDragLeaveEvent*);
- virtual void contentsDropEvent(QDropEvent*);
+ virtual void showEvent(TQShowEvent*);
+ virtual void contentsDragMoveEvent(TQDragMoveEvent*);
+ virtual void contentsDragLeaveEvent(TQDragLeaveEvent*);
+ virtual void contentsDropEvent(TQDropEvent*);
protected slots:
virtual void slotNewTreeViewItems(KFileTreeBranch*, const KFileTreeViewItemList&);