diff options
Diffstat (limited to 'kaddressbook/addviewdialog.h')
-rw-r--r-- | kaddressbook/addviewdialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kaddressbook/addviewdialog.h b/kaddressbook/addviewdialog.h index 13cf2ef89..6e1fcd446 100644 --- a/kaddressbook/addviewdialog.h +++ b/kaddressbook/addviewdialog.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 ADDVIEWDIALOG_H @@ -41,9 +41,10 @@ class ViewFactory; class AddViewDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - AddViewDialog( TQDict<ViewFactory> *viewFactoryDict, TQWidget *parent, + AddViewDialog( TQDict<ViewFactory> *viewFactoryDict, TQWidget *tqparent, const char *name = 0 ); ~AddViewDialog(); |