From 6ec5cc8d82b29c330def669cf20534cadd2cf29e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:57:47 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- chalk/plugins/viewplugins/screenshot/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chalk/plugins/viewplugins/screenshot/main.cpp') diff --git a/chalk/plugins/viewplugins/screenshot/main.cpp b/chalk/plugins/viewplugins/screenshot/main.cpp index 6d74a63e7..21c4112ba 100644 --- a/chalk/plugins/viewplugins/screenshot/main.cpp +++ b/chalk/plugins/viewplugins/screenshot/main.cpp @@ -21,7 +21,7 @@ int main(int argc, char **argv) "nhasan@kde.org" ); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; KImageIO::registerFormats(); -- cgit v1.2.3