summaryrefslogtreecommitdiffstats
path: root/ksquirrel/sidebar/sq_imagebasket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/sidebar/sq_imagebasket.cpp')
-rw-r--r--ksquirrel/sidebar/sq_imagebasket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksquirrel/sidebar/sq_imagebasket.cpp b/ksquirrel/sidebar/sq_imagebasket.cpp
index 8a080fd..9b2f665 100644
--- a/ksquirrel/sidebar/sq_imagebasket.cpp
+++ b/ksquirrel/sidebar/sq_imagebasket.cpp
@@ -38,7 +38,7 @@
SQ_ImageBasket * SQ_ImageBasket::m_inst;
-SQ_ImageBasket::SQ_ImageBasket(TQWidget *tqparent, const char *name) : KDirOperator((dir = new SQ_Dir(SQ_Dir::Basket))->root(), tqparent, name)
+SQ_ImageBasket::SQ_ImageBasket(TQWidget *parent, const char *name) : KDirOperator((dir = new SQ_Dir(SQ_Dir::Basket))->root(), parent, name)
{
m_inst = this;