summaryrefslogtreecommitdiffstats
path: root/src/basket_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/basket_part.cpp')
-rw-r--r--src/basket_part.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basket_part.cpp b/src/basket_part.cpp
index 2059ab0..c42afe3 100644
--- a/src/basket_part.cpp
+++ b/src/basket_part.cpp
@@ -49,8 +49,8 @@ BasketPart::BasketPart( TQWidget *parentWidget, const char *,
BasketStatusBar* bar = new BasketStatusBar(new KParts::StatusBarExtension(this));
// this should be your custom internal widget
m_view = new BNPView(parentWidget, "BNPViewPart", this, actionCollection(), bar);
- connect(m_view, TQT_SIGNAL(setWindowCaption(const TQString &)), this, TQT_SLOT(setCaption(const TQString &)));
- connect(m_view, TQT_SIGNAL(showPart()), this, TQT_SIGNAL(showPart()));
+ connect(m_view, TQ_SIGNAL(setWindowCaption(const TQString &)), this, TQ_SLOT(setCaption(const TQString &)));
+ connect(m_view, TQ_SIGNAL(showPart()), this, TQ_SIGNAL(showPart()));
m_view->setFocusPolicy(TQWidget::ClickFocus);
// notify the part that this is our internal widget