diff options
Diffstat (limited to 'examples/PkExampleHelper.cpp')
-rw-r--r-- | examples/PkExampleHelper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/PkExampleHelper.cpp b/examples/PkExampleHelper.cpp index 53d6cbc93..225816d31 100644 --- a/examples/PkExampleHelper.cpp +++ b/examples/PkExampleHelper.cpp @@ -52,7 +52,7 @@ PkExampleHelper::PkExampleHelper(int argc, char **argv) : TQApplication(argc, ar return; } // Exit if not used for 10 minutes - TQTimer::singleShot(600000, this, TQT_SLOT(quit())); + TQTimer::singleShot(600000, this, TQ_SLOT(quit())); tqDebug("Register successful"); } |