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 --- ktouch/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktouch/src/main.cpp') diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp index 53d0f41a..9f5fe183 100644 --- a/ktouch/src/main.cpp +++ b/ktouch/src/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) about.addCredit( "All the creators of training and keyboard files", 0, 0); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; KTouch *mainWin = 0; if (app.isRestored()) { -- cgit v1.2.1