diff options
Diffstat (limited to 'kded/test/test.cpp')
-rw-r--r-- | kded/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kded/test/test.cpp b/kded/test/test.cpp index e99eb1421..8d2aa91b9 100644 --- a/kded/test/test.cpp +++ b/kded/test/test.cpp @@ -1,6 +1,6 @@ #include "test.h" -class TestObject : public KShared +class TestObject : public TDEShared { public: TestObject(const TQCString &_app) : app(_app) |