From f7e71d47719ab6094cf4a9fafffa5ea351973522 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 13 Jan 2011 08:32:36 +0000 Subject: Initial conversion for TQt for Qt4 3.4.0 TP2 This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/bookmarks/kbookmarkbar.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'kio/bookmarks/kbookmarkbar.h') diff --git a/kio/bookmarks/kbookmarkbar.h b/kio/bookmarks/kbookmarkbar.h index 71c2dcc8c..4eefbb9a1 100644 --- a/kio/bookmarks/kbookmarkbar.h +++ b/kio/bookmarks/kbookmarkbar.h @@ -39,9 +39,10 @@ class TQPopupMenu; * identical to using KBookmarkMenu so follow the directions * there. */ -class KIO_EXPORT KBookmarkBar : public QObject +class KIO_EXPORT KBookmarkBar : public TQObject { Q_OBJECT + TQ_OBJECT friend class RMB; public: /** @@ -86,7 +87,7 @@ signals: /** * @since 3.4 */ - void openBookmark( const TQString& url, Qt::ButtonState state ); + void openBookmark( const TQString& url, TQt::ButtonState state ); public slots: void clear(); @@ -97,7 +98,7 @@ public slots: /** * @since 3.4 */ - void slotBookmarkSelected( KAction::ActivationReason reason, Qt::ButtonState state ); + void slotBookmarkSelected( KAction::ActivationReason reason, TQt::ButtonState state ); /// @since 3.2 void slotRMBActionRemove( int ); -- cgit v1.2.1