From 95e28f5bcadbf0ac052c4f29d77b4ab5e6648d1b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:24:38 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kdevdesigner/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kdevdesigner') diff --git a/kdevdesigner/src/main.cpp b/kdevdesigner/src/main.cpp index 0a472a97..cbdc4e76 100644 --- a/kdevdesigner/src/main.cpp +++ b/kdevdesigner/src/main.cpp @@ -46,7 +46,7 @@ int main(int argc, char **argv) about.addAuthor( "Alexander Dymo", "Port to KDE, partification", "adymo@tdevelop.org" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; // see if we are starting with session management if (app.isRestored()) -- cgit v1.2.1