diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-13 11:49:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-01-19 11:12:48 +0900 |
| commit | 845281400a4c6124e2cf8ab28174e9c3f0bc2895 (patch) | |
| tree | fe2d221d237349ce9e1709802676323f747a4c66 /blinken/src/main.cpp | |
| parent | b06213ed1ee55fef2ebc1de1d9759d8c9df5f4bd (diff) | |
| download | tdeedu-84528140.tar.gz tdeedu-84528140.zip | |
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 69e4de2f4cee257151ca13b207dc677b2d958fed)
Diffstat (limited to 'blinken/src/main.cpp')
| -rw-r--r-- | blinken/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/main.cpp b/blinken/src/main.cpp index c013c752..fdc6987f 100644 --- a/blinken/src/main.cpp +++ b/blinken/src/main.cpp @@ -24,7 +24,7 @@ int main(int argc, char *argv[]) about.addCredit("Steve Jordi", I18N_NOOP("GPL'ed his 'Steve' font so that we could use it"), "steve@sjordi.com"); TDECmdLineArgs::init(argc, argv, &about); TDEApplication app; - app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit())); + app.connect(&app, TQ_SIGNAL(lastWindowClosed()), &app, TQ_SLOT(quit())); TQFont f("Steve", 12, TQFont::Normal, true); if (!fontChecker::checkInstalled(f, locate("appdata", "fonts/steve.ttf"))) |
