From 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:46 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- ktron/tron.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktron/tron.cpp') diff --git a/ktron/tron.cpp b/ktron/tron.cpp index 585aedd0..ae219a7d 100644 --- a/ktron/tron.cpp +++ b/ktron/tron.cpp @@ -422,7 +422,7 @@ void Tron::drawRect(TQPainter & p, int x, int y) ** config functions ** ** *************************************************************** */ -void Tron::setActionCollection(KActionCollection *a) +void Tron::setActionCollection(TDEActionCollection *a) { actionCollection = a; } -- cgit v1.2.1