summaryrefslogtreecommitdiffstats
path: root/kaddressbook/imeditwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/imeditwidget.h')
-rw-r--r--kaddressbook/imeditwidget.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kaddressbook/imeditwidget.h b/kaddressbook/imeditwidget.h
index 0d1ee222..d528fafe 100644
--- a/kaddressbook/imeditwidget.h
+++ b/kaddressbook/imeditwidget.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 IMEDITWIDGET_H
@@ -41,12 +41,13 @@ class KListView;
This widget displays a list box of the instant messaging addresses as well as buttons
to manipulate them (up, down, add, remove).
*/
-class IMEditWidget : public QWidget
+class IMEditWidget : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- IMEditWidget(TQWidget *parent, KABC::Addressee &addr, const char *name = 0 );
+ IMEditWidget(TQWidget *tqparent, KABC::Addressee &addr, const char *name = 0 );
~IMEditWidget();
void setIMs( const TQStringList &list );