summaryrefslogtreecommitdiffstats
path: root/digikam/libs/widgets/common/dlogoaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/widgets/common/dlogoaction.cpp')
-rw-r--r--digikam/libs/widgets/common/dlogoaction.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/digikam/libs/widgets/common/dlogoaction.cpp b/digikam/libs/widgets/common/dlogoaction.cpp
index 26e37fc..60cfd77 100644
--- a/digikam/libs/widgets/common/dlogoaction.cpp
+++ b/digikam/libs/widgets/common/dlogoaction.cpp
@@ -74,11 +74,11 @@ int DLogoAction::plug(TQWidget *widget, int index)
addContainer(bar, id);
- connect(bar, TQT_SIGNAL(destroyed()),
- this, TQT_SLOT(slotDestroyed()));
+ connect(bar, TQ_SIGNAL(destroyed()),
+ this, TQ_SLOT(slotDestroyed()));
- connect(pixmapLogo, TQT_SIGNAL(leftClickedURL(const TQString&)),
- this, TQT_SLOT(slotProcessURL(const TQString&)));
+ connect(pixmapLogo, TQ_SIGNAL(leftClickedURL(const TQString&)),
+ this, TQ_SLOT(slotProcessURL(const TQString&)));
return containerCount() - 1;
}