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 --- kxkb/kxkb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kxkb') diff --git a/kxkb/kxkb.cpp b/kxkb/kxkb.cpp index 629ff5982..d564241d4 100644 --- a/kxkb/kxkb.cpp +++ b/kxkb/kxkb.cpp @@ -377,7 +377,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) KAboutData about("kxkb", I18N_NOOP("TDE Keyboard Tool"), "1.0", DESCRIPTION, KAboutData::License_LGPL, "Copyright (C) 2001, S.R.Haque\n(C) 2002-2003, 2006 Andriy Rysin"); - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); KXKBApp::addCmdLineOptions(); if (!KXKBApp::start()) -- cgit v1.2.1