diff options
Diffstat (limited to 'kitchensync/libqopensync/callbackhandler.h')
-rw-r--r-- | kitchensync/libqopensync/callbackhandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/libqopensync/callbackhandler.h b/kitchensync/libqopensync/callbackhandler.h index a31132559..72845de14 100644 --- a/kitchensync/libqopensync/callbackhandler.h +++ b/kitchensync/libqopensync/callbackhandler.h @@ -25,7 +25,7 @@ #include <libqopensync/syncmapping.h> #include <libqopensync/syncupdates.h> -#include <qobject.h> +#include <tqobject.h> class OSyncEngine; class OSyncMapping; @@ -59,7 +59,7 @@ class CallbackHandler : public QObject void member( const QSync::SyncMemberUpdate &update ); protected: - virtual void customEvent( QCustomEvent *event ); + virtual void customEvent( TQCustomEvent *event ); private: enum EventType { |