summaryrefslogtreecommitdiffstats
path: root/kaddressbook/soundwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/soundwidget.h')
-rw-r--r--kaddressbook/soundwidget.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kaddressbook/soundwidget.h b/kaddressbook/soundwidget.h
index 679609c6..66fb7477 100644
--- a/kaddressbook/soundwidget.h
+++ b/kaddressbook/soundwidget.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 SOUNDWIDGET_H
@@ -36,9 +36,10 @@ class TQPushButton;
class SoundWidget : public KAB::ContactEditorWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- SoundWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 );
+ SoundWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 );
~SoundWidget();
void loadContact( KABC::Addressee *addr );
@@ -64,9 +65,9 @@ class SoundWidget : public KAB::ContactEditorWidget
class SoundWidgetFactory : public KAB::ContactEditorWidgetFactory
{
public:
- KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name )
+ KAB::ContactEditorWidget *createWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name )
{
- return new SoundWidget( ab, parent, name );
+ return new SoundWidget( ab, tqparent, name );
}
TQString pageIdentifier() const { return "misc"; }