From 8d234817c36d029c8354600754051de394c4a27d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:53:43 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/knemod/knemodaemon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/knemod/knemodaemon.h') diff --git a/src/knemod/knemodaemon.h b/src/knemod/knemodaemon.h index ca0241d..d156bfa 100644 --- a/src/knemod/knemodaemon.h +++ b/src/knemod/knemodaemon.h @@ -32,7 +32,7 @@ #include "global.h" class TQTimer; -class KInstance; +class TDEInstance; class Interface; class BackendBase; class KNotifyClient::Instance; @@ -103,7 +103,7 @@ private: // gather new informations from the backend TQTimer* mPollTimer; // our own instance - KInstance* mInstance; + TDEInstance* mInstance; // needed so that KNotifyClient::event will work KNotifyClient::Instance* mNotifyInstance; // application wide settings are stored here -- cgit v1.2.1