From 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:48 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kjots/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kjots') diff --git a/kjots/main.cpp b/kjots/main.cpp index 6093dfb..e607e13 100644 --- a/kjots/main.cpp +++ b/kjots/main.cpp @@ -49,7 +49,7 @@ int main( int argc, char **argv ) aboutData.addAuthor("Aaron J. Seigo", 0, "aseigo@kde.org"); aboutData.addAuthor("Stanislav Kljuhhin", 0, "crz@starman.ee"); aboutData.addAuthor("Christoph Neerfeld", I18N_NOOP("Original author"), "chris@kde.org"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); KUniqueApplication::addCmdLineOptions(); if (!KUniqueApplication::start()) -- cgit v1.2.1