summaryrefslogtreecommitdiffstats
path: root/noatun/modules/winskin/waWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/winskin/waWidget.cpp')
-rw-r--r--noatun/modules/winskin/waWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/modules/winskin/waWidget.cpp b/noatun/modules/winskin/waWidget.cpp
index 48e6eb24..b8c4b1ac 100644
--- a/noatun/modules/winskin/waWidget.cpp
+++ b/noatun/modules/winskin/waWidget.cpp
@@ -6,7 +6,7 @@
WaWidget::WaWidget(int _mapping) : TQWidget(WaSkin::instance()) {
mapping = _mapping;
setBackgroundMode(NoBackground);
- connect (WaSkinModel::instance(), TQT_SIGNAL(skinChanged()), this, TQT_SLOT(skinChanged()));
+ connect (WaSkinModel::instance(), TQ_SIGNAL(skinChanged()), this, TQ_SLOT(skinChanged()));
}
WaWidget::~WaWidget() {