summaryrefslogtreecommitdiffstats
path: root/kaddressbook/addresseeeditorbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/addresseeeditorbase.h')
-rw-r--r--kaddressbook/addresseeeditorbase.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kaddressbook/addresseeeditorbase.h b/kaddressbook/addresseeeditorbase.h
index 25d5c1abe..3dc670b4f 100644
--- a/kaddressbook/addresseeeditorbase.h
+++ b/kaddressbook/addresseeeditorbase.h
@@ -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.
*/
#ifndef ADDRESSEEEDITORBASE_H
@@ -28,13 +28,14 @@
#include <tqwidget.h>
-class AddresseeEditorBase : public QWidget
+class AddresseeEditorBase : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- AddresseeEditorBase( TQWidget *parent, const char *name = 0 )
- : TQWidget( parent, name )
+ AddresseeEditorBase( TQWidget *tqparent, const char *name = 0 )
+ : TQWidget( tqparent, name )
{
}