summaryrefslogtreecommitdiffstats
path: root/krename/confdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/confdialog.cpp')
-rw-r--r--krename/confdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/confdialog.cpp b/krename/confdialog.cpp
index 2a7ee2a..1bb7d69 100644
--- a/krename/confdialog.cpp
+++ b/krename/confdialog.cpp
@@ -37,7 +37,7 @@ ConfDialog::ConfDialog( TQWidget* parent, const char* name )
setupTab1();
setupTab2();
- connect( this, TQT_SIGNAL( defaultClicked() ), this, TQT_SLOT( defaults() ) );
+ connect( this, TQ_SIGNAL( defaultClicked() ), this, TQ_SLOT( defaults() ) );
}
ConfDialog::~ConfDialog()