summaryrefslogtreecommitdiffstats
path: root/kaddressbook/interfaces/contacteditorwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/interfaces/contacteditorwidget.cpp')
-rw-r--r--kaddressbook/interfaces/contacteditorwidget.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/interfaces/contacteditorwidget.cpp b/kaddressbook/interfaces/contacteditorwidget.cpp
index 45b38ef3e..230f8d019 100644
--- a/kaddressbook/interfaces/contacteditorwidget.cpp
+++ b/kaddressbook/interfaces/contacteditorwidget.cpp
@@ -17,8 +17,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include "contacteditorwidget.h"
@@ -26,8 +26,8 @@
using namespace KAB;
ContactEditorWidget::ContactEditorWidget( KABC::AddressBook *ab,
- TQWidget *parent, const char *name )
- : TQWidget( parent, name ), mAddressBook( ab ), mModified( false )
+ TQWidget *tqparent, const char *name )
+ : TQWidget( tqparent, name ), mAddressBook( ab ), mModified( false )
{
}