diff options
Diffstat (limited to 'juk/ktrm.cpp')
-rw-r--r-- | juk/ktrm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/ktrm.cpp b/juk/ktrm.cpp index 09a77546..95d38e6d 100644 --- a/juk/ktrm.cpp +++ b/juk/ktrm.cpp @@ -244,7 +244,7 @@ class KTRMEventHandler : public TQObject public: static void send(int fileId, KTRMEvent::Status status) { - KApplication::postEvent(instance(), new KTRMEvent(fileId, status)); + TDEApplication::postEvent(instance(), new KTRMEvent(fileId, status)); } protected: |