summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kiconselectaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/kiconselectaction.cpp')
-rw-r--r--tdeprint/management/kiconselectaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/management/kiconselectaction.cpp b/tdeprint/management/kiconselectaction.cpp
index ea6efa753..132ca990c 100644
--- a/tdeprint/management/kiconselectaction.cpp
+++ b/tdeprint/management/kiconselectaction.cpp
@@ -94,7 +94,7 @@ int TDEIconSelectAction::plug(TQWidget* widget, int index)
bar->getButton(id)->setPopup(d->m_menu, true);
bar->setItemEnabled(id, isEnabled());
addContainer(bar, id);
- connect(bar, TQT_SIGNAL(destroyed()), TQT_SLOT(slotDestroyed()));
+ connect(bar, TQ_SIGNAL(destroyed()), TQ_SLOT(slotDestroyed()));
value = containerCount()-1;
}