From e6640e127687020778e765cb105ba1f8f3e37a5a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:59:36 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/core/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/main.cpp') diff --git a/src/core/main.cpp b/src/core/main.cpp index 5c46d52..3fca769 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -41,7 +41,7 @@ int main(int argc, char **argv) about.addCredit( "David Leggett", "Website hosting and feedback during early development." ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; // register ourselves as a dcop client app.dcopClient()->registerAs(app.name(), false); -- cgit v1.2.3