summaryrefslogtreecommitdiffstats
path: root/krename/datetime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/datetime.cpp')
-rw-r--r--krename/datetime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/datetime.cpp b/krename/datetime.cpp
index 83476de..7e93099 100644
--- a/krename/datetime.cpp
+++ b/krename/datetime.cpp
@@ -119,7 +119,7 @@ void MyDatePlugin::drawInterface( TQWidget* w, TQVBoxLayout* l )
l->addLayout( Layout0 );
- connect( buttonCurrentDT, TQT_SIGNAL(clicked()), this, TQT_SLOT(changeDT()));
+ connect( buttonCurrentDT, TQ_SIGNAL(clicked()), this, TQ_SLOT(changeDT()));
#endif
}