summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/cjanuswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/cjanuswidget.cpp')
-rw-r--r--tdeprint/management/cjanuswidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/management/cjanuswidget.cpp b/tdeprint/management/cjanuswidget.cpp
index 4d9820555..58a051370 100644
--- a/tdeprint/management/cjanuswidget.cpp
+++ b/tdeprint/management/cjanuswidget.cpp
@@ -143,7 +143,7 @@ CJanusWidget::CJanusWidget(TQWidget *parent, const char *name)
f = m_iconlist->font();
f.setBold(true);
m_iconlist->setFont(f);
- connect(m_iconlist,TQT_SIGNAL(selectionChanged(TQListBoxItem*)),TQT_SLOT(slotSelected(TQListBoxItem*)));
+ connect(m_iconlist,TQ_SIGNAL(selectionChanged(TQListBoxItem*)),TQ_SLOT(slotSelected(TQListBoxItem*)));
m_empty = new TQWidget(this, "Empty");
m_stack->addWidget(m_empty,0);