summaryrefslogtreecommitdiffstats
path: root/kplato/kptresourcesdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptresourcesdialog.cpp')
-rw-r--r--kplato/kptresourcesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptresourcesdialog.cpp b/kplato/kptresourcesdialog.cpp
index 37ce45298..ea849ff81 100644
--- a/kplato/kptresourcesdialog.cpp
+++ b/kplato/kptresourcesdialog.cpp
@@ -41,7 +41,7 @@ ResourcesDialog::ResourcesDialog(Project &p, TQWidget *parent, const char *name)
setMainWidget(panel);
enableButtonOK(false);
- connect(panel, TQT_SIGNAL(changed()), TQT_SLOT(slotChanged()));
+ connect(panel, TQ_SIGNAL(changed()), TQ_SLOT(slotChanged()));
}