summaryrefslogtreecommitdiffstats
path: root/plugins/timeshifter/timeshifter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/timeshifter/timeshifter.cpp')
-rw-r--r--plugins/timeshifter/timeshifter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timeshifter/timeshifter.cpp b/plugins/timeshifter/timeshifter.cpp
index 146e530..794b679 100644
--- a/plugins/timeshifter/timeshifter.cpp
+++ b/plugins/timeshifter/timeshifter.cpp
@@ -116,7 +116,7 @@ void TimeShifter::restoreState (TDEConfig *config)
ConfigPageInfo TimeShifter::createConfigurationPage()
{
TimeShifterConfiguration *conf = new TimeShifterConfiguration(NULL, this);
- TQObject::connect(this, TQT_SIGNAL(sigUpdateConfig()), conf, TQT_SLOT(slotUpdateConfig()));
+ TQObject::connect(this, TQ_SIGNAL(sigUpdateConfig()), conf, TQ_SLOT(slotUpdateConfig()));
return ConfigPageInfo (conf,
i18n("Timeshifter"),
i18n("Timeshifter Options"),