diff options
Diffstat (limited to 'kpf/src/AppletItem.cpp')
-rw-r--r-- | kpf/src/AppletItem.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kpf/src/AppletItem.cpp b/kpf/src/AppletItem.cpp index e066200f..99e8e1d2 100644 --- a/kpf/src/AppletItem.cpp +++ b/kpf/src/AppletItem.cpp @@ -94,8 +94,8 @@ namespace KPF connect ( monitorWindow_, - TQT_SIGNAL(dying(ActiveMonitorWindow *)), - TQT_SLOT(slotActiveMonitorWindowDying(ActiveMonitorWindow *)) + TQ_SIGNAL(dying(ActiveMonitorWindow *)), + TQ_SLOT(slotActiveMonitorWindowDying(ActiveMonitorWindow *)) ); } @@ -320,8 +320,8 @@ namespace KPF connect ( monitorWindow_, - TQT_SIGNAL(dying(ActiveMonitorWindow *)), - TQT_SLOT(slotActiveMonitorWindowDying(ActiveMonitorWindow *)) + TQ_SIGNAL(dying(ActiveMonitorWindow *)), + TQ_SLOT(slotActiveMonitorWindowDying(ActiveMonitorWindow *)) ); #endif @@ -332,7 +332,7 @@ namespace KPF void AppletItem::removeServer() { - TQTimer::singleShot(0, this, TQT_SLOT(slotSuicide())); + TQTimer::singleShot(0, this, TQ_SLOT(slotSuicide())); } void @@ -349,8 +349,8 @@ namespace KPF connect ( configDialog_, - TQT_SIGNAL(dying(SingleServerConfigDialog *)), - TQT_SLOT(slotConfigDialogDying(SingleServerConfigDialog *)) + TQ_SIGNAL(dying(SingleServerConfigDialog *)), + TQ_SLOT(slotConfigDialogDying(SingleServerConfigDialog *)) ); configDialog_->show(); |