From 32b66c9ae78f439199a6d281cc33218e57c5106d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:47 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- knotes/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knotes') diff --git a/knotes/main.cpp b/knotes/main.cpp index 92de2630c..f1f78c5b3 100644 --- a/knotes/main.cpp +++ b/knotes/main.cpp @@ -117,7 +117,7 @@ int main( int argc, char* argv[] ) aboutData.addCredit("Harri Porten", 0, "porten@kde.org"); aboutData.addCredit("Espen Sand", 0, "espen@kde.org"); - KCmdLineArgs::init( argc, argv, &aboutData ); + TDECmdLineArgs::init( argc, argv, &aboutData ); KUniqueApplication::addCmdLineOptions(); -- cgit v1.2.1