From f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:41 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kcron/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcron') diff --git a/kcron/main.cpp b/kcron/main.cpp index ce2bbcf..ba299c7 100644 --- a/kcron/main.cpp +++ b/kcron/main.cpp @@ -28,7 +28,7 @@ int main(int argc, char* argv[]) aboutData.addAuthor("James Ots", 0, "code@jamesots.com"); aboutData.addAuthor("Alberto G. Hierro", 0, "alberto.hierro@kdemail.net"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KApplication app; -- cgit v1.2.1