summaryrefslogtreecommitdiffstats
path: root/src/abakus.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-01-07 19:46:08 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-01-09 10:35:19 +0900
commit3a03ef43d4ad32c63e6455354b4d2f6f70a98079 (patch)
tree0c04ee9a295c95ebaf871fe5600e42e277ea9548 /src/abakus.cpp
parent7367cf3ea6f1e0e414f80b309aa2c6b00260dcfb (diff)
downloadabakus-3a03ef43.tar.gz
abakus-3a03ef43.zip
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb3d13c23bf3cc67b910174f9966581b80638f02)
Diffstat (limited to 'src/abakus.cpp')
-rw-r--r--src/abakus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abakus.cpp b/src/abakus.cpp
index 80e89af..56f4baa 100644
--- a/src/abakus.cpp
+++ b/src/abakus.cpp
@@ -66,7 +66,7 @@ int main(int argc, char **argv)
MainWindow *win = new MainWindow;
app.setMainWidget(win);
- app.connect(&app, TQT_SIGNAL(lastWindowClosed()), TQT_SLOT(quit()));
+ app.connect(&app, TQ_SIGNAL(lastWindowClosed()), TQ_SLOT(quit()));
win->show();
win->resize(500, 300);