summaryrefslogtreecommitdiffstats
path: root/digikam/libs/imageproperties/imagepropertiessidebar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'digikam/libs/imageproperties/imagepropertiessidebar.cpp')
-rw-r--r--digikam/libs/imageproperties/imagepropertiessidebar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/libs/imageproperties/imagepropertiessidebar.cpp b/digikam/libs/imageproperties/imagepropertiessidebar.cpp
index c54721c..6725438 100644
--- a/digikam/libs/imageproperties/imagepropertiessidebar.cpp
+++ b/digikam/libs/imageproperties/imagepropertiessidebar.cpp
@@ -70,8 +70,8 @@ ImagePropertiesSideBar::ImagePropertiesSideBar(TQWidget *parent, const char *nam
appendTab(m_metadataTab, SmallIcon("exifinfo"), i18n("Metadata"));
appendTab(m_colorTab, SmallIcon("blend"), i18n("Colors"));
- connect(this, TQT_SIGNAL(signalChangedTab(TQWidget*)),
- this, TQT_SLOT(slotChangedTab(TQWidget*)));
+ connect(this, TQ_SIGNAL(signalChangedTab(TQWidget*)),
+ this, TQ_SLOT(slotChangedTab(TQWidget*)));
}
ImagePropertiesSideBar::~ImagePropertiesSideBar()