diff options
Diffstat (limited to 'juk/juk.cpp')
-rw-r--r-- | juk/juk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juk/juk.cpp b/juk/juk.cpp index 60c09426..5c2e6db5 100644 --- a/juk/juk.cpp +++ b/juk/juk.cpp @@ -246,7 +246,7 @@ void JuK::setupGlobalAccels() void JuK::slotProcessArgs() { - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); TQStringList files; for(int i = 0; i < args->count(); i++) |