From a35fdc9c4df20c017653edfaa77465dfe85d38d6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 11 Jan 2013 14:27:25 -0600 Subject: Add profile support to displayconfig and krandrtray Add automatic display hotplug profile switch support to krandrtray --- tdm/kfrontend/kgapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdm/kfrontend/kgapp.cpp') diff --git a/tdm/kfrontend/kgapp.cpp b/tdm/kfrontend/kgapp.cpp index 43fbe9ec2..54e36b9f8 100644 --- a/tdm/kfrontend/kgapp.cpp +++ b/tdm/kfrontend/kgapp.cpp @@ -278,7 +278,7 @@ kg_main( const char *argv0 ) // Load up systemwide display settings #ifdef WITH_XRANDR KRandrSimpleAPI *randrsimple = new KRandrSimpleAPI(); - TQPoint primaryScreenPosition = randrsimple->applySystemwideDisplayConfiguration("", KDE_CONFDIR); + TQPoint primaryScreenPosition = randrsimple->applyDisplayConfiguration("", KDE_CONFDIR); delete randrsimple; #endif -- cgit v1.2.3