diff options
Diffstat (limited to 'tdeprint/kprinter/printwrapper.cpp')
-rw-r--r-- | tdeprint/kprinter/printwrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kprinter/printwrapper.cpp b/tdeprint/kprinter/printwrapper.cpp index e0862271c..97e2cad8f 100644 --- a/tdeprint/kprinter/printwrapper.cpp +++ b/tdeprint/kprinter/printwrapper.cpp @@ -135,7 +135,7 @@ PrintWrapper::PrintWrapper() void PrintWrapper::slotPrint() { - KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); #if defined(HAVE_SIGACTION) && !defined(HAVE_SIGSET) struct sigaction action; |