From 555676e04c1c378de30f2a1113f7b90b4af5bce0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:26 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kdpkg-install/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kdpkg-install') diff --git a/kdpkg-install/main.cpp b/kdpkg-install/main.cpp index ca10f66..c1c6bdc 100644 --- a/kdpkg-install/main.cpp +++ b/kdpkg-install/main.cpp @@ -52,8 +52,8 @@ int main(int argc, char **argv) - KCmdLineArgs::init(argc, argv, about); - KCmdLineArgs::addCmdLineOptions( options ); + TDECmdLineArgs::init(argc, argv, about); + TDECmdLineArgs::addCmdLineOptions( options ); KApplication app; install *mainWin = 0; @@ -61,7 +61,7 @@ int main(int argc, char **argv) if (!app.isRestored()) { // no session.. just start up normally - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQString url; -- cgit v1.2.1