diff options
Diffstat (limited to 'chalk/plugins/viewplugins/screenshot/main.cpp')
-rw-r--r-- | chalk/plugins/viewplugins/screenshot/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/main.cpp b/chalk/plugins/viewplugins/screenshot/main.cpp index 70f61349..b943acfb 100644 --- a/chalk/plugins/viewplugins/screenshot/main.cpp +++ b/chalk/plugins/viewplugins/screenshot/main.cpp @@ -27,7 +27,7 @@ int main(int argc, char **argv) // Create top level window KSnapshot *toplevel= new KSnapshot(); - Q_CHECK_PTR(toplevel); + TQ_CHECK_PTR(toplevel); app.dcopClient()->setDefaultObject( toplevel->objId() ); toplevel->setCaption( app.makeStdCaption("") ); toplevel->setIcon(SmallIcon("tool_screenshot")); |