From 92ac6833a97641f981e900805d1997f9a2192147 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:18:33 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kanagram/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kanagram/src/main.cpp') diff --git a/kanagram/src/main.cpp b/kanagram/src/main.cpp index 71452cdf..c2ba7220 100644 --- a/kanagram/src/main.cpp +++ b/kanagram/src/main.cpp @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) about.addAuthor("Danny Allen", I18N_NOOP("Design, Graphics and many Vocabularies"), "danny@dannyallen.co.uk"); about.addCredit("Artemiy Pavlov", I18N_NOOP("Sound effects"), 0, "http://artemiolabs.com"); TDECmdLineArgs::init(argc, argv, &about); - KApplication app; + TDEApplication app; app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit())); KanagramSettings::setJustGotFont(false); -- cgit v1.2.1