From 189e536f1a74ecc2d9dcf35b9f5b3d54a2d1901e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:10:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kcron/ktapp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcron/ktapp.h') diff --git a/kcron/ktapp.h b/kcron/ktapp.h index b4e1d38..5a00140 100644 --- a/kcron/ktapp.h +++ b/kcron/ktapp.h @@ -18,7 +18,7 @@ #include -class KAction; +class TDEAction; class TQString; class KTView; class CTHost; @@ -31,7 +31,7 @@ class CTHost; * Provides main window handling, session management and keyboard * acceleration. */ -class KTApp : public KMainWindow +class KTApp : public TDEMainWindow { Q_OBJECT -- cgit v1.2.1