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 --- knetattach/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knetattach') diff --git a/knetattach/main.cpp b/knetattach/main.cpp index 99c700291..6d3f65b9d 100644 --- a/knetattach/main.cpp +++ b/knetattach/main.cpp @@ -34,7 +34,7 @@ int main(int argc, char **argv) { about.addAuthor("George Staikos", I18N_NOOP("Primary author and maintainer"), "staikos@kde.org"); - KCmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::init(argc, argv, &about); KApplication a; KNetAttach na; -- cgit v1.2.3