summaryrefslogtreecommitdiffstats
path: root/kaddressbook/interfaces/configurewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/interfaces/configurewidget.cpp')
-rw-r--r--kaddressbook/interfaces/configurewidget.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/interfaces/configurewidget.cpp b/kaddressbook/interfaces/configurewidget.cpp
index f82b757f..1f9325ed 100644
--- a/kaddressbook/interfaces/configurewidget.cpp
+++ b/kaddressbook/interfaces/configurewidget.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 <kabc/addressbook.h>
@@ -27,9 +27,9 @@
using namespace KAB;
-ConfigureWidget::ConfigureWidget( KABC::AddressBook *ab, TQWidget *parent,
+ConfigureWidget::ConfigureWidget( KABC::AddressBook *ab, TQWidget *tqparent,
const char *name )
- : TQWidget( parent, name ), mAddressBook( ab )
+ : TQWidget( tqparent, name ), mAddressBook( ab )
{
}