From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- knetattach/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knetattach') diff --git a/knetattach/main.cpp b/knetattach/main.cpp index 6d3f65b9d..ba9acb637 100644 --- a/knetattach/main.cpp +++ b/knetattach/main.cpp @@ -35,7 +35,7 @@ int main(int argc, char **argv) { about.addAuthor("George Staikos", I18N_NOOP("Primary author and maintainer"), "staikos@kde.org"); TDECmdLineArgs::init(argc, argv, &about); - KApplication a; + TDEApplication a; KNetAttach na; a.setMainWidget(&na); -- cgit v1.2.1