summaryrefslogtreecommitdiffstats
path: root/kjsembed/kjscmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/kjscmd.cpp')
-rw-r--r--kjsembed/kjscmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/kjscmd.cpp b/kjsembed/kjscmd.cpp
index 316944ed..d8ee0817 100644
--- a/kjsembed/kjscmd.cpp
+++ b/kjsembed/kjscmd.cpp
@@ -99,7 +99,7 @@ int main( int argc, char **argv )
}
else {
app = new TDEApplication;
- app->connect( app, TQT_SIGNAL( lastWindowClosed() ), TQT_SLOT(quit()) );
+ app->connect( app, TQ_SIGNAL( lastWindowClosed() ), TQ_SLOT(quit()) );
}
// Setup the rest