From ffa67ac75582192196cb70f866f6bfa00586542a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:35 -0600 Subject: Additional renaming of kde to tde --- klinkstatus/src/actionmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klinkstatus/src/actionmanager.cpp') diff --git a/klinkstatus/src/actionmanager.cpp b/klinkstatus/src/actionmanager.cpp index 3026736b..62150888 100644 --- a/klinkstatus/src/actionmanager.cpp +++ b/klinkstatus/src/actionmanager.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Paulo Moura Guedes * - * moura@kdewebdev.org * + * moura@tdewebdev.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -141,7 +141,7 @@ void ActionManager::initTabWidget(TabWidgetSession* tabWidgetSession) // this action must be in the tabwidget because the slot can't be connected to a particular sessionWidget KToggleAction* toggle_action = new KToggleAction(i18n("&Follow last Link checked"), - "make_kdevelop", "Ctrl+f", + "make_tdevelop", "Ctrl+f", TQT_TQOBJECT(d->tabWidgetSession), TQT_SLOT(slotFollowLastLinkChecked()), TQT_TQOBJECT(d->actionCollection), "follow_last_link_checked"); toggle_action->setChecked(KLSConfig::followLastLinkChecked()); -- cgit v1.2.1