summaryrefslogtreecommitdiffstats
path: root/tdeprint/kprinter/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/kprinter/main.cpp')
-rw-r--r--tdeprint/kprinter/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kprinter/main.cpp b/tdeprint/kprinter/main.cpp
index fd528b705..b9e04be1f 100644
--- a/tdeprint/kprinter/main.cpp
+++ b/tdeprint/kprinter/main.cpp
@@ -49,7 +49,7 @@ extern "C" int KDE_EXPORT kdemain(int argc, char *argv[])
TDEApplication app;
PrintWrapper *wrap = new PrintWrapper;
app.setMainWidget(wrap);
- TQTimer::singleShot(10,wrap,TQT_SLOT(slotPrint()));
+ TQTimer::singleShot(10,wrap,TQ_SLOT(slotPrint()));
int result = app.exec();
delete wrap;