summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprinterpropertydialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kprinterpropertydialog.cpp')
-rw-r--r--tdeprint/kprinterpropertydialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kprinterpropertydialog.cpp b/tdeprint/kprinterpropertydialog.cpp
index c120ba843..24479daba 100644
--- a/tdeprint/kprinterpropertydialog.cpp
+++ b/tdeprint/kprinterpropertydialog.cpp
@@ -40,7 +40,7 @@ KPrinterPropertyDialog::KPrinterPropertyDialog(KMPrinter *p, TQWidget *parent, c
// set a margin
m_tw = new TQTabWidget(this);
m_tw->setMargin(10);
- connect(m_tw,TQT_SIGNAL(currentChanged(TQWidget*)),TQT_SLOT(slotCurrentChanged(TQWidget*)));
+ connect(m_tw,TQ_SIGNAL(currentChanged(TQWidget*)),TQ_SLOT(slotCurrentChanged(TQWidget*)));
setMainWidget(m_tw);
if (m_printer)