From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kcontrol/randr/krandrapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/randr/krandrapp.cpp') diff --git a/kcontrol/randr/krandrapp.cpp b/kcontrol/randr/krandrapp.cpp index eab459e8e..f5cfbbde1 100644 --- a/kcontrol/randr/krandrapp.cpp +++ b/kcontrol/randr/krandrapp.cpp @@ -43,5 +43,5 @@ bool KRandRApp::x11EventFilter(XEvent* e) if (e->type == m_tray->screenChangeNotifyEvent()) { m_eventMergingTimer.start(1000, TRUE); } - return KApplication::x11EventFilter( e ); + return TDEApplication::x11EventFilter( e ); } -- cgit v1.2.1