summaryrefslogtreecommitdiffstats
path: root/tdeprint/management/kmwclass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/management/kmwclass.cpp')
-rw-r--r--tdeprint/management/kmwclass.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/management/kmwclass.cpp b/tdeprint/management/kmwclass.cpp
index e04467632..e7ff0faff 100644
--- a/tdeprint/management/kmwclass.cpp
+++ b/tdeprint/management/kmwclass.cpp
@@ -46,8 +46,8 @@ KMWClass::KMWClass(TQWidget *parent, const char *name)
TQToolButton *remove = new TQToolButton(this);
add->setIconSet(BarIcon("forward"));
remove->setIconSet(BarIcon("back"));
- connect(add,TQT_SIGNAL(clicked()),TQT_SLOT(slotAdd()));
- connect(remove,TQT_SIGNAL(clicked()),TQT_SLOT(slotRemove()));
+ connect(add,TQ_SIGNAL(clicked()),TQ_SLOT(slotAdd()));
+ connect(remove,TQ_SIGNAL(clicked()),TQ_SLOT(slotRemove()));
TQLabel *l1 = new TQLabel(i18n("Available printers:"), this);
TQLabel *l2 = new TQLabel(i18n("Class printers:"), this);