From 2f1044cf6325ef76548375b602a14f8eb56eeb3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:27 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- juk/ktrm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juk/ktrm.cpp') 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: -- cgit v1.2.1