summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/trayicon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/krfb/trayicon.cpp')
-rw-r--r--krfb/krfb/trayicon.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/krfb/krfb/trayicon.cpp b/krfb/krfb/trayicon.cpp
index 92d0d494..792f771d 100644
--- a/krfb/krfb/trayicon.cpp
+++ b/krfb/krfb/trayicon.cpp
@@ -61,7 +61,7 @@ TrayIcon::TrayIcon(KDialog *d, Configuration *c) :
TQToolTip::add(this, i18n("Desktop Sharing - connecting"));
manageInvitationsAction = new TDEAction(i18n("Manage &Invitations"), TQString(),
- 0, this, TQT_SIGNAL(showManageInvitations()),
+ 0, this, TQ_SIGNAL(showManageInvitations()),
&actionCollection);
manageInvitationsAction->plug(contextMenu());
@@ -71,11 +71,11 @@ TrayIcon::TrayIcon(KDialog *d, Configuration *c) :
enableControlAction->setCheckedState(i18n("Disable Remote Control"));
enableControlAction->plug(contextMenu());
enableControlAction->setEnabled(false);
- connect(enableControlAction, TQT_SIGNAL(toggled(bool)), TQT_SIGNAL(enableDesktopControl(bool)));
+ connect(enableControlAction, TQ_SIGNAL(toggled(bool)), TQ_SIGNAL(enableDesktopControl(bool)));
contextMenu()->insertSeparator();
- aboutAction = KStdAction::aboutApp(this, TQT_SLOT(showAbout()), &actionCollection);
+ aboutAction = KStdAction::aboutApp(this, TQ_SLOT(showAbout()), &actionCollection);
aboutAction->plug(contextMenu());
show();
@@ -114,7 +114,7 @@ void TrayIcon::showDisconnectedMessage() {
i18n("The remote user has closed the connection."),
trayIconClosed,
this);
- connect(p, TQT_SIGNAL(hidden()), this, TQT_SIGNAL(diconnectedMessageDisplayed()));
+ connect(p, TQ_SIGNAL(hidden()), this, TQ_SIGNAL(diconnectedMessageDisplayed()));
}
void TrayIcon::setDesktopControlSetting(bool b) {