summaryrefslogtreecommitdiffstats
path: root/kaddressbook/contacteditorwidgetmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/contacteditorwidgetmanager.cpp')
-rw-r--r--kaddressbook/contacteditorwidgetmanager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/contacteditorwidgetmanager.cpp b/kaddressbook/contacteditorwidgetmanager.cpp
index d48be3d93..8cee7a9bb 100644
--- a/kaddressbook/contacteditorwidgetmanager.cpp
+++ b/kaddressbook/contacteditorwidgetmanager.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 <tqlayout.h>
@@ -107,8 +107,8 @@ void ContactEditorWidgetManager::reload()
///////////////////////////////////////////////////////////////////////////////
-ContactEditorTabPage::ContactEditorTabPage( TQWidget *parent, const char *name )
- : TQWidget( parent, name )
+ContactEditorTabPage::ContactEditorTabPage( TQWidget *tqparent, const char *name )
+ : TQWidget( tqparent, name )
{
mLayout = new TQGridLayout( this, 0, 2, KDialog::marginHint(),
KDialog::spacingHint() );