summaryrefslogtreecommitdiffstats
path: root/tderesources/slox/testsloxaccounts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/slox/testsloxaccounts.cpp')
-rw-r--r--tderesources/slox/testsloxaccounts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/slox/testsloxaccounts.cpp b/tderesources/slox/testsloxaccounts.cpp
index 22c44e66..ea7b3da1 100644
--- a/tderesources/slox/testsloxaccounts.cpp
+++ b/tderesources/slox/testsloxaccounts.cpp
@@ -55,7 +55,7 @@ int main(int argc,char **argv)
app.setMainWidget( &button );
button.show();
- TQObject::connect( &button, TQT_SIGNAL( clicked() ), &app, TQT_SLOT( quit() ) );
+ TQObject::connect( &button, TQ_SIGNAL( clicked() ), &app, TQ_SLOT( quit() ) );
app.exec();
}