diff options
Diffstat (limited to 'kaddressbook/interfaces/configurewidget.h')
-rw-r--r-- | kaddressbook/interfaces/configurewidget.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kaddressbook/interfaces/configurewidget.h b/kaddressbook/interfaces/configurewidget.h index 0ce35e5c7..89e980084 100644 --- a/kaddressbook/interfaces/configurewidget.h +++ b/kaddressbook/interfaces/configurewidget.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 KAB_CONFIGUREWIDGET_H @@ -35,10 +35,10 @@ class AddressBook; namespace KAB { -class KDE_EXPORT ConfigureWidget : public QWidget +class KDE_EXPORT ConfigureWidget : public TQWidget { public: - ConfigureWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name = 0 ); + ConfigureWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name = 0 ); ~ConfigureWidget(); /** |