diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:53:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:53:43 -0600 |
commit | 8d234817c36d029c8354600754051de394c4a27d (patch) | |
tree | 2f6f343c03891b87e2bc326e6f49dbaa32f28ef4 /src/knemod/knemodaemon.h | |
parent | 25f26fa3bcfc6fd8519c76d6ab0a2fd37d5c637f (diff) | |
download | knemo-8d234817c36d029c8354600754051de394c4a27d.tar.gz knemo-8d234817c36d029c8354600754051de394c4a27d.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/knemod/knemodaemon.h')
-rw-r--r-- | src/knemod/knemodaemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |