From d41050ea3f6904e5156d35f664346b816b9e4d12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:43 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- klipper/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klipper') diff --git a/klipper/main.cpp b/klipper/main.cpp index 2f87c7043..f458f50c2 100644 --- a/klipper/main.cpp +++ b/klipper/main.cpp @@ -38,7 +38,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char *argv[]) { Klipper::createAboutData(); - KCmdLineArgs::init( argc, argv, Klipper::aboutData()); + TDECmdLineArgs::init( argc, argv, Klipper::aboutData()); KUniqueApplication::addCmdLineOptions(); if (!KUniqueApplication::start()) { -- cgit v1.2.3