summaryrefslogtreecommitdiffstats
path: root/client/dominoclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/dominoclient.cpp')
-rw-r--r--client/dominoclient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/dominoclient.cpp b/client/dominoclient.cpp
index a6162dd..a8c73ed 100644
--- a/client/dominoclient.cpp
+++ b/client/dominoclient.cpp
@@ -740,7 +740,7 @@ KCommonDecorationButton *DominoClient::createButton(ButtonType type)
case MenuButton: {
DominoButton* menu = new DominoButton(MenuButton, this, "menu");
menuButton = menu;
- connect(menu, SIGNAL(destroyed()), this, SLOT(menuButtonDestroyed()));
+ connect(menu, TQ_SIGNAL(destroyed()), this, TQ_SLOT(menuButtonDestroyed()));
return menu;
break;
}
@@ -789,8 +789,8 @@ void DominoClient::init()
KCommonDecoration::reset(SettingButtons);
iconChange();
- connect(this, SIGNAL(keepAboveChanged(bool) ), SLOT(keepAboveChange(bool) ) );
- connect(this, SIGNAL(keepBelowChanged(bool) ), SLOT(keepBelowChange(bool) ) );
+ connect(this, TQ_SIGNAL(keepAboveChanged(bool) ), TQ_SLOT(keepAboveChange(bool) ) );
+ connect(this, TQ_SIGNAL(keepBelowChanged(bool) ), TQ_SLOT(keepBelowChange(bool) ) );
}
void DominoClient::createLayout()