From f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 18:46:41 -0600 Subject: Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4 --- kuser/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kuser') diff --git a/kuser/main.cpp b/kuser/main.cpp index 364f8a9..7f00a7c 100644 --- a/kuser/main.cpp +++ b/kuser/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char **argv) "dyp@perchine.com", "http://www.perchine.com/dyp/"); aboutData.addAuthor("Szombathelyi György", I18N_NOOP("kuser author"), "gyurco@freemail.hu"); - KCmdLineArgs::init(argc, argv, &aboutData); + TDECmdLineArgs::init(argc, argv, &aboutData); mainWidget *mw = 0; KApplication a; -- cgit v1.2.1