summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprinter/printwrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kprinter/printwrapper.cpp')
-rw-r--r--tdeprint/kprinter/printwrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/kprinter/printwrapper.cpp b/tdeprint/kprinter/printwrapper.cpp
index aed2065a1..77f5012c8 100644
--- a/tdeprint/kprinter/printwrapper.cpp
+++ b/tdeprint/kprinter/printwrapper.cpp
@@ -35,7 +35,7 @@
#include <tdeapplication.h>
#include <tdecmdlineargs.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdeio/netaccess.h>
#include <kurl.h>
#include <kdebug.h>
@@ -276,7 +276,7 @@ void PrintWrapper::slotPrint()
errormsg(i18n("Unable to construct the print dialog."));
}
- TQTimer::singleShot(10,kapp,TQ_SLOT(quit()));
+ TQTimer::singleShot(10,tdeApp,TQ_SLOT(quit()));
}
void hack( KPrintDialog* dlg );