summaryrefslogtreecommitdiffstats
path: root/ksquirrel/ksquirrel-libs-configurator/klc.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrel/ksquirrel-libs-configurator/klc.ui.h')
-rw-r--r--ksquirrel/ksquirrel-libs-configurator/klc.ui.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ksquirrel/ksquirrel-libs-configurator/klc.ui.h b/ksquirrel/ksquirrel-libs-configurator/klc.ui.h
index ccccad2..5acfa45 100644
--- a/ksquirrel/ksquirrel-libs-configurator/klc.ui.h
+++ b/ksquirrel/ksquirrel-libs-configurator/klc.ui.h
@@ -26,9 +26,9 @@ void KLC::init()
listDisabled->header()->hide();
lister = new KDirLister;
- connect(lister, TQT_SIGNAL(completed(const KURL &)), this, TQT_SLOT(slotCompleted(const KURL &)));
- connect(lister, TQT_SIGNAL(deleteItem(KFileItem *)), this, TQT_SLOT(slotDeleteItem(KFileItem *)));
- connect(lister, TQT_SIGNAL(newItems(const KFileItemList &)), this, TQT_SLOT(slotNewItems(const KFileItemList &)));
+ connect(lister, TQ_SIGNAL(completed(const KURL &)), this, TQ_SLOT(slotCompleted(const KURL &)));
+ connect(lister, TQ_SIGNAL(deleteItem(KFileItem *)), this, TQ_SLOT(slotDeleteItem(KFileItem *)));
+ connect(lister, TQ_SIGNAL(newItems(const KFileItemList &)), this, TQ_SLOT(slotNewItems(const KFileItemList &)));
base = KURL::fromPathOrURL(QT_STRINGIFY(SQ_KLIBS));
@@ -39,7 +39,7 @@ void KLC::init()
TDEIO::NetAccess::mkdir(backup, this);
- TQTimer::singleShot(0, this, TQT_SLOT(slotLoad()));
+ TQTimer::singleShot(0, this, TQ_SLOT(slotLoad()));
}
void KLC::slotLoad()
@@ -83,7 +83,7 @@ void KLC::moveCodecs(bool e2d)
TDEIO::Job *job = TDEIO::move(list, e2d ? backup : base);
- connect(job, TQT_SIGNAL(result(TDEIO::Job *)), this, TQT_SLOT(slotDelResult(TDEIO::Job *)));
+ connect(job, TQ_SIGNAL(result(TDEIO::Job *)), this, TQ_SLOT(slotDelResult(TDEIO::Job *)));
}
void KLC::slotCompleted(const KURL &u)