diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:18:33 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:18:33 -0600 |
commit | 92ac6833a97641f981e900805d1997f9a2192147 (patch) | |
tree | fe782cb92feb50c398a8d73426bac79a7fb29869 /blinken | |
parent | 634845c7a257ece46caaf3d46d8e28c8c091cbf4 (diff) | |
download | tdeedu-92ac6833a97641f981e900805d1997f9a2192147.tar.gz tdeedu-92ac6833a97641f981e900805d1997f9a2192147.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'blinken')
-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 06f9b21d..42104631 100644 --- a/blinken/src/main.cpp +++ b/blinken/src/main.cpp @@ -23,7 +23,7 @@ int main(int argc, char *argv[]) about.addAuthor("Danny Allen", I18N_NOOP("Design, Graphics and Sounds"), "danny@dannyallen.co.uk"); 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); - KApplication app; + TDEApplication app; app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit())); TQFont f("Steve", 12, TQFont::Normal, true); |