diff options
Diffstat (limited to 'kaddressbook/views/configurecardviewdialog.h')
-rw-r--r-- | kaddressbook/views/configurecardviewdialog.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kaddressbook/views/configurecardviewdialog.h b/kaddressbook/views/configurecardviewdialog.h index 441a1e89c..52ec9cbbe 100644 --- a/kaddressbook/views/configurecardviewdialog.h +++ b/kaddressbook/views/configurecardviewdialog.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 CONFIGURECARDVIEWDIALOG_H @@ -48,7 +48,7 @@ class CardViewLookAndFeelPage; class ConfigureCardViewWidget : public ViewConfigureWidget { public: - ConfigureCardViewWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ); + ConfigureCardViewWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name ); virtual ~ConfigureCardViewWidget(); virtual void restoreSettings( KConfig* ); @@ -80,9 +80,10 @@ class ConfigureCardViewWidget : public ViewConfigureWidget class CardViewLookNFeelPage : public TQVBox { Q_OBJECT + TQ_OBJECT public: - CardViewLookNFeelPage( TQWidget *parent=0, const char *name=0 ); + CardViewLookNFeelPage( TQWidget *tqparent=0, const char *name=0 ); ~CardViewLookNFeelPage(); void restoreSettings( KConfig* ); |