summaryrefslogtreecommitdiffstats
path: root/blinken/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/main.cpp')
-rw-r--r--blinken/src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/blinken/src/main.cpp b/blinken/src/main.cpp
index 4ad79157..e6373429 100644
--- a/blinken/src/main.cpp
+++ b/blinken/src/main.cpp
@@ -24,9 +24,9 @@ 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");
KCmdLineArgs::init(argc, argv, &about);
KApplication app;
- app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
+ app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit()));
- QFont f("Steve", 12, QFont::Normal, true);
+ TQFont f("Steve", 12, TQFont::Normal, true);
if (!fontChecker::checkInstalled(f, locate("appdata", "fonts/steve.ttf")))
{
KProcess *proc = new KProcess;